Merge pull request #600 from thaJeztah/bump-golang-to-1.8.4

Bump Go to 1.8.4
This commit is contained in:
Sebastiaan van Stijn 2017-10-05 18:49:00 +02:00 committed by GitHub
commit 08d81681af
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
FROM dockercore/golang-cross@sha256:d24e7affa3a85d460d2303c2549f03fc866f2b97d771ccf07b0e6e2b411dd207
FROM dockercore/golang-cross@sha256:8a347b3692ba925dcef753f2de289e11774410c1bc752b9d525cb05477a7697b
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
WORKDIR /go/src/github.com/docker/cli

View File

@ -1,5 +1,5 @@
FROM golang:1.8.3-alpine
FROM golang:1.8.4-alpine
RUN apk add -U git make bash coreutils

View File

@ -1,4 +1,4 @@
FROM golang:1.8.3-alpine
FROM golang:1.8.4-alpine
RUN apk add -U git