We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3410e77 commit c63fe74Copy full SHA for c63fe74
2 files changed
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-9-release-golang-1.24-openshift-4.22
+ tag: rhel-9-release-golang-1.25-openshift-4.22
Dockerfile.ocp
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder
WORKDIR /go/src/github.com/openshift/api
COPY . .
ENV GO_PACKAGE github.com/openshift/api
0 commit comments