File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11build_root_image :
22 name : release
33 namespace : openshift
4- tag : rhel-9-release-golang-1.24-openshift-4.20
4+ tag : rhel-9-release-golang-1.24-openshift-4.21
Original file line number Diff line number Diff line change 1- FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.20 AS web-builder
1+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.21 AS web-builder
22
33# Copy app sources
44COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
@@ -17,7 +17,7 @@ RUN test -d ${REMOTE_SOURCES_DIR}/cachito-gomod-with-deps || exit 1; \
1717 && make build-frontend
1818
1919
20- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS go-builder
20+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS go-builder
2121
2222COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
2323WORKDIR $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app
@@ -28,7 +28,7 @@ ENV CGO_ENABLED=1
2828RUN source $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/cachito.env \
2929 && make build-backend BUILD_OPTS="-tags strictfipsruntime"
3030
31- FROM registry.ci.openshift.org/ocp/4.20 :base-rhel9
31+ FROM registry.ci.openshift.org/ocp/4.21 :base-rhel9
3232
3333USER 1001
3434
You can’t perform that action at this time.
0 commit comments