We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 925053f + 67c6abe commit f4ddc59Copy full SHA for f4ddc59
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.art
@@ -12,7 +12,7 @@ ENV HUSKY=0
12
ENV CYPRESS_INSTALL_BINARY=0
13
RUN make install-frontend-ci && make build-frontend
14
15
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS go-builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS go-builder
16
17
COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
18
WORKDIR $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app
0 commit comments