Skip to content

Commit

Permalink
Bump Golang to 1.9.5
Browse files Browse the repository at this point in the history
go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and
net/http/pprof package. See the Go 1.9.5 milestone on the issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.9.5

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Apr 4, 2018
1 parent 17aaad6 commit 907d723
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.binary-native
@@ -1,4 +1,4 @@
FROM golang:1.9.4-alpine3.6
FROM golang:1.9.5-alpine3.6

RUN apk add -U git bash coreutils gcc musl-dev

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.cross
@@ -1,3 +1,3 @@
FROM dockercore/golang-cross:1.9.4@sha256:b8d43ef11ccaa15bec63a1f1fd0c28a0e729074aa62fcfa51f0a5888f3571315
FROM dockercore/golang-cross:latest@sha256:9e626f4ed30718deb2f8dd6b36c454ff11cbb5c9900f971ebfe37582fd0d5a72
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
WORKDIR /go/src/github.com/docker/cli
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.dev
@@ -1,5 +1,5 @@

FROM golang:1.9.4-alpine3.6
FROM golang:1.9.5-alpine3.6

RUN apk add -U git make bash coreutils ca-certificates curl

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.lint
@@ -1,4 +1,4 @@
FROM golang:1.9.4-alpine3.6
FROM golang:1.9.5-alpine3.6

RUN apk add -U git

Expand Down

0 comments on commit 907d723

Please sign in to comment.