1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Update golang 1.8.3

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
Upstream-commit: b38c49411b
Component: cli
This commit is contained in:
Stefan Scherer
2017-06-09 19:39:24 +02:00
parent 81261f8161
commit e9ff960979
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