Bump golang 1.12.7

go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler, and the
linker. See the Go 1.12.7 milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.12.7

full diff: https://github.com/golang/go/compare/go1.12.6...go1.12.7

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2019-07-10 23:50:29 +02:00
parent 1161a9c417
commit b06f9e9595
6 changed files with 6 additions and 6 deletions

View File

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