Skip to content

Commit 4048658

Browse files
committed
Fix OCP reference in golang builder image
The 4.17 builder image doesn't exist for golang 1.23. Instead, there is one for 4.19, so let's use that so we can bump to golang 1.23.
1 parent 769f01e commit 4048658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Step one: build compliance-operator
2-
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.23-openshift-4.17 AS builder
2+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.23-openshift-4.19 AS builder
33

44
WORKDIR /go/src/github.com/openshift/compliance-operator
55

0 commit comments

Comments
 (0)