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:
Sebastiaan van Stijn
2018-04-04 13:54:37 -07:00
parent 17aaad6f06
commit d3b8ceb52c
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.9.4-alpine3.6
FROM golang:1.9.5-alpine3.6
RUN apk add -U git bash coreutils gcc musl-dev