Skip to content

Commit 1d9a319

Browse files
committed
Dockerfile.rhel: Bump to Go 1.15
ART is waffling around the 1.14 <-> 1.15 transition [1], but we don't need to wait. Let the future start today! [1]: openshift-eng/ocp-build-data#665
1 parent 6d56c65 commit 1d9a319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
22
WORKDIR /go/src/github.com/openshift/cluster-version-operator
33
COPY . .
44
RUN hack/build-go.sh; \

0 commit comments

Comments
 (0)