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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user