Skip to content

Commit f4ddc59

Browse files
Merge pull request #803 from openshift-bot/art-consistency-openshift-4.22-monitoring-plugin
OCPBUGS-77718: Updating monitoring-plugin-container image to be consistent with ART for 4.22
2 parents 925053f + 67c6abe commit f4ddc59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.24-openshift-4.22
4+
tag: rhel-9-release-golang-1.25-openshift-4.22

Dockerfile.art

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV HUSKY=0
1212
ENV CYPRESS_INSTALL_BINARY=0
1313
RUN make install-frontend-ci && make build-frontend
1414

15-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS go-builder
15+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS go-builder
1616

1717
COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
1818
WORKDIR $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app

0 commit comments

Comments
 (0)