Bump Go to 1.11.2

go1.11.2 (released 2018/11/02) includes fixes to the compiler, linker,
documentation, go command, and the database/sql and go/types packages.

See the milestone on the issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.11.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2018-11-30 22:04:28 +01:00
parent cd0116f940
commit 58f0bfcf51
6 changed files with 6 additions and 6 deletions

View File

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