Skip to content

Commit

Permalink
Fix OCP reference in golang builder image
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rhmdnd committed Jan 9, 2025
1 parent 769f01e commit 4048658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step one: build compliance-operator
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.23-openshift-4.17 AS builder
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.23-openshift-4.19 AS builder

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

Expand Down

0 comments on commit 4048658

Please sign in to comment.