Skip to content

Commit

Permalink
Merge pull request #639 from rhmdnd/fix-golang-image
Browse files Browse the repository at this point in the history
Fix OCP reference in golang builder image
  • Loading branch information
rhmdnd authored Jan 10, 2025
2 parents 769f01e + 4048658 commit f6d677b
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 f6d677b

Please sign in to comment.