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>
This commit is contained in:
Kir Kolyshkin
2018-10-09 23:46:48 -07:00
parent ee461303f9
commit 9412739186
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
FROM golang:1.10.4-alpine
FROM golang:1.11.1-alpine
RUN apk add -U git make bash coreutils ca-certificates curl