Skip to content

Commit deb84a9

Browse files
Merge pull request #1315 from thaJeztah/bump_golang_1.10.4
Bump Go to 1.10.4
2 parents ead40ca + 44ca090 commit deb84a9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.3
7+
GOVERSION: 1.10.4
88
DEPVERSION: v0.4.1
99

1010
install:

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.3-alpine
1+
FROM golang:1.10.4-alpine
22

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

dockerfiles/Dockerfile.cross

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.3@sha256:7671b4ed357fda50124e5679d36c4c3206ded4d43f1d2e0ff3d120a1e2bf94d7
1+
FROM dockercore/golang-cross:1.10.4@sha256:55c7b933ac944f4922b673b4d4340d1a0404f3c324bd0b3f13a4326c427b1f2a
22
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
33
WORKDIR /go/src/github.com/docker/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.3-alpine
2+
FROM golang:1.10.4-alpine
33

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

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.3
1+
ARG GO_VERSION=1.10.4
22

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

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.3-alpine
1+
FROM golang:1.10.4-alpine
22

33
RUN apk add -U git
44

0 commit comments

Comments
 (0)