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

Commit 036b007

Browse files
authored
Merge pull request #1998 from thaJeztah/19.03_backport_bump_golang_1.12.7
[19.03 backport] Bump golang 1.12.7 Upstream-commit: 1a8077b814a0fabd204b35283500f4c133de210b Component: cli
2 parents ae2af04 + 0d0db6e commit 036b007

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.12.5
7+
GOVERSION: 1.12.7
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.12.5-alpine
1+
FROM golang:1.12.7-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,4 +1,4 @@
1-
FROM dockercore/golang-cross:1.12.5
1+
FROM dockercore/golang-cross:1.12.7
22
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
33
WORKDIR /go/src/github.com/docker/cli
44
COPY . .

components/cli/dockerfiles/Dockerfile.dev

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

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

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.12.5
1+
ARG GO_VERSION=1.12.7
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.12.5-alpine
1+
FROM golang:1.12.7-alpine
22

33
RUN apk add -U git
44

0 commit comments

Comments
 (0)