Merge pull request #173 from StefanScherer/update-golang-1.8.3

Update golang 1.8.3
This commit is contained in:
Tibor Vass 2017-06-09 15:10:04 -07:00 committed by GitHub
commit 6a963c5cbe
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