Bump Go to 1.11.1

Release notes: https://golang.org/doc/devel/release.html#go1.11

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit 9412739186)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Kir Kolyshkin
2019-06-14 12:53:01 +02:00
committed by Sebastiaan van Stijn
parent f9a42a4024
commit dbd66addb9
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.10.8-alpine
FROM golang:1.11.1-alpine
RUN apk add -U git bash coreutils gcc musl-dev