Bump Golang 1.11.6

go1.11.6 (released 2019/03/14) includes fixes to cgo, the compiler, linker,
runtime, go command, and the crypto/x509, encoding/json, net, and net/url
packages. See the Go 1.11.6 milestone on our issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.11.6

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2019-03-17 16:01:58 +01:00
parent 651ccc0711
commit 1500105975
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.11.5-alpine
FROM golang:1.11.6-alpine
RUN apk add -U git bash coreutils gcc musl-dev