Update to golang 1.10

This commit is contained in:
Emile Vauge 2018-02-19 13:40:03 +01:00 committed by Traefiker Bot
parent 8068057040
commit d47c1a7975
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ You need to run the `binary` target. This will create binaries for Linux platfor
$ make binary
docker build -t "traefik-dev:no-more-godep-ever" -f build.Dockerfile .
Sending build context to Docker daemon 295.3 MB
Step 0 : FROM golang:1.9-alpine
Step 0 : FROM golang:1.10-alpine
---> 8c6473912976
Step 1 : RUN go get github.com/golang/dep/cmd/dep
[...]

View file

@ -1,4 +1,4 @@
FROM golang:1.9-alpine
FROM golang:1.10-alpine
RUN apk --update upgrade \
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar \