diff --git a/Containerfile.acm b/Containerfile.acm index c57a9fb788..374379ae27 100644 --- a/Containerfile.acm +++ b/Containerfile.acm @@ -1,7 +1,7 @@ # Copyright Contributors to the Open Cluster Management project ARG NODE_BASE=registry.redhat.io/ubi9/nodejs-24-minimal:latest ARG RUNTIME_BASE=registry.redhat.io/ubi9/ubi-minimal:latest -ARG GO_BASE=registry.ci.openshift.org/stolostron/builder:go1.26-linux +ARG GO_BASE=registry.redhat.io/openshift/golang-builder:golang-builder-v1.26-rhel9 FROM registry.redhat.io/ubi9/ubi:latest AS crypto-policy RUN update-crypto-policies --set DEFAULT:PQ diff --git a/Containerfile.mce b/Containerfile.mce index 2cbf256b68..63232bdecc 100644 --- a/Containerfile.mce +++ b/Containerfile.mce @@ -1,7 +1,7 @@ # Copyright Contributors to the Open Cluster Management project ARG NODE_BASE=registry.redhat.io/ubi9/nodejs-24-minimal:latest ARG RUNTIME_BASE=registry.redhat.io/ubi9/ubi-minimal:latest -ARG GO_BASE=registry.ci.openshift.org/stolostron/builder:go1.26-linux +ARG GO_BASE=registry.redhat.io/openshift/golang-builder:golang-builder-v1.26-rhel9 FROM registry.redhat.io/ubi9/ubi:latest AS crypto-policy RUN update-crypto-policies --set DEFAULT:PQ