1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-20 22:50:12 +03:00

Merge pull request #303 from containous/emilevauge-bump-go1.6.1

Bump to go v1.6.1
This commit is contained in:
Emile Vauge 2016-04-13 21:28:53 +02:00
commit c2009b71b1

View File

@ -1,4 +1,4 @@
FROM golang:1.6.0-alpine
FROM golang:1.6.1-alpine
RUN apk update && apk add git bash gcc musl-dev \
&& go get github.com/Masterminds/glide \