1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00

Update golang 1.8.3

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
This commit is contained in:
Stefan Scherer
2017-06-09 19:39:24 +02:00
parent a74e715b1a
commit b38c49411b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
FROM golang:1.8.1
FROM golang:1.8.3
# allow replacing httpredir or deb mirror
ARG APT_MIRROR=deb.debian.org

View File

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

View File

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