Bump Golang 1.11.5 (CVE-2019-6486)

See the milestone for details;
https://github.com/golang/go/issues?q=milestone%3AGo1.11.5+label%3ACherryPickApproved

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2019-01-24 02:50:10 +01:00
parent 4d5f8ea8c7
commit 0e9d1d3b07
6 changed files with 6 additions and 6 deletions

View File

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