Skip to content

Commit

Permalink
Dockerfile: bump golang 1.12
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 be82b48 commit af8d37c
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.11 AS builder
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12 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.11 AS builder
FROM openshift/golang-builder:1.12 AS builder

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

Expand Down

0 comments on commit af8d37c

Please sign in to comment.