Skip to content

Commit

Permalink
Merge pull request docker#827 from thaJeztah/bump-go-1.9.3
Browse files Browse the repository at this point in the history
Bump Go to 1.9.3
  • Loading branch information
dnephin authored Jan 24, 2018
2 parents f9039fe + ffc7648 commit 819df0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.cross
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM dockercore/golang-cross@sha256:2e843a0e4d82b6bab34d2cb7abe26d1a6cda23226ecc3869100c8db553603f9b
FROM dockercore/golang-cross:1.9.3@sha256:2ac6046dd738cf83a7557a9fc2be52accb97c103c5e9d2c2a50daa797c8eb79f
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
WORKDIR /go/src/github.com/docker/cli
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM golang:1.9.2-alpine3.6
FROM golang:1.9.3-alpine3.6

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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.lint
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.9.2-alpine3.6
FROM golang:1.9.3-alpine3.6

RUN apk add -U git

Expand Down

0 comments on commit 819df0e

Please sign in to comment.