Skip to content

Commit

Permalink
Dockerfile: bump golang to 1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <[email protected]>
  • Loading branch information
hexfusion committed Oct 23, 2019
1 parent 49b3ba8 commit de6b8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.10 AS builder
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.11 AS builder

WORKDIR /go/src/github.com/coreos/etcd

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openshift/golang-builder:1.10 AS builder
FROM openshift/golang-builder:1.11 AS builder

WORKDIR /go/src/github.com/coreos/etcd

Expand Down

0 comments on commit de6b8a9

Please sign in to comment.