Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit c86a836

Browse files
committed
Bump Golang 1.10.6 (CVE-2018-16875)
go1.10.6 (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.10.6 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.10.6 Signed-off-by: Sebastiaan van Stijn <[email protected]> Upstream-commit: 6c3a10aaede0cfc54cb5befbb70d6357d08d75b7 Component: cli
1 parent 6e20a0f commit c86a836

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

components/cli/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\docker\cli
44

55
environment:
66
GOPATH: c:\gopath
7-
GOVERSION: 1.10.5
7+
GOVERSION: 1.10.6
88
DEPVERSION: v0.4.1
99

1010
install:

components/cli/dockerfiles/Dockerfile.binary-native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.10.5-alpine
1+
FROM golang:1.10.6-alpine
22

33
RUN apk add -U git bash coreutils gcc musl-dev
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM dockercore/golang-cross:1.10.5@sha256:e41607859366a2480445d196a5a502817e5f6ab90e8b5f55db95375fec0c0008
1+
FROM dockercore/golang-cross:1.10.6@sha256:2054e793010774e9dbafc808dd550a99f8468013731728bea7fce56681510078
22
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
33
WORKDIR /go/src/github.com/docker/cli

components/cli/dockerfiles/Dockerfile.dev

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

2-
FROM golang:1.10.5-alpine
2+
FROM golang:1.10.6-alpine
33

44
RUN apk add -U git make bash coreutils ca-certificates curl
55

components/cli/dockerfiles/Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.10.5
1+
ARG GO_VERSION=1.10.6
22

33
FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
44

components/cli/dockerfiles/Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.10.5-alpine
1+
FROM golang:1.10.6-alpine
22

33
RUN apk add -U git
44

0 commit comments

Comments
 (0)