docker / golang-cross

https://hub.docker.com/r/dockercore/golang-cross
97 stars 38 forks source link

Bump Golang 1.11.3 (CVE-2018-16875) #14

Closed thaJeztah closed 5 years ago

thaJeztah commented 5 years ago

go1.11.13 (released 2018/12/14)

See the Go 1.11.3 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.11.3

Signed-off-by: Sebastiaan van Stijn github@gone.nl

thaJeztah commented 5 years ago

ping @seemethere @andrewhsu PTAL

theckman commented 5 years ago

@thaJeztah be aware, there's a bit of an issue with the release that may want you to delay:

https://github.com/golang/go/issues/29241

thaJeztah commented 5 years ago

@theckman thanks! I saw the issue, so we'll have to check if we run into that during our builds (not sure if we use go get ... during our builds 😅)

theckman commented 5 years ago

@thaJeztah It's possibly I misunderstand but I think the risk would be anyone who uses the resulting Docker image for building running in to it, not necessarily during the build of the image itself.

thaJeztah commented 5 years ago

Gotcha; yes, for other uses of this image that may be an issue. This image is primarily created for building the docker/cli (although it's not used for the actual releases).

I'll updated again as soon as a new golang patch release is available 👍

thaJeztah commented 5 years ago

Go 1.11.4 bump coming in https://github.com/docker/golang-cross/pull/17