Skip to content

Commit d3287e7

Browse files
thaJeztahadhulipa
authored andcommitted
Bump Golang 1.11.3 (CVE-2018-16875)
go1.11.13 (released 2018/12/14) - crypto/x509: CPU denial of service in chain validation golang/go#29233 - cmd/go: directory traversal in "go get" via curly braces in import paths golang/go#29231 - cmd/go: remote command execution during "go get -u" golang/go#29230 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 <[email protected]>
1 parent 66d1be7 commit d3287e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# the case. Therefore, you don't have to disable it anymore.
2525
#
2626

27-
FROM golang:1.11.2 AS base
27+
FROM golang:1.11.3 AS base
2828
# allow replacing httpredir or deb mirror
2929
ARG APT_MIRROR=deb.debian.org
3030
RUN sed -ri "s/(httpredir|deb).debian.org/$APT_MIRROR/g" /etc/apt/sources.list

Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Step 1: Build tests
2-
FROM golang:1.11.2-alpine3.7 as builder
2+
FROM golang:1.11.3-alpine3.7 as builder
33

44
RUN apk --no-cache add \
55
bash \

Dockerfile.simple

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# This represents the bare minimum required to build and test Docker.
77

8-
FROM golang:1.11.2-stretch
8+
FROM golang:1.11.3-stretch
99

1010
# allow replacing httpredir or deb mirror
1111
ARG APT_MIRROR=deb.debian.org

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
161161
# Environment variable notes:
162162
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
163163
# - FROM_DOCKERFILE is used for detection of building within a container.
164-
ENV GO_VERSION=1.11.2 `
164+
ENV GO_VERSION=1.11.3 `
165165
GIT_VERSION=2.11.1 `
166166
GOPATH=C:\go `
167167
FROM_DOCKERFILE=1

0 commit comments

Comments
 (0)