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
No known key found for this signature in database
GPG Key ID: 5966AEAC37E957FA
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