Bump Golang to 1.9.5
go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and net/http/pprof package. See the Go 1.9.5 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.9.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
FROM golang:1.9.4-alpine3.6
|
||||
FROM golang:1.9.5-alpine3.6
|
||||
|
||||
RUN apk add -U git make bash coreutils ca-certificates curl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user