diff --git a/.rhdh/docker/Dockerfile b/.rhdh/docker/Dockerfile index 95f8e0798d..d919e07611 100644 --- a/.rhdh/docker/Dockerfile +++ b/.rhdh/docker/Dockerfile @@ -187,7 +187,7 @@ RUN "$YARN" install --frozen-lockfile --production --network-timeout 600000 && \ # Stage 5 - Build the runner image #@follow_tag(registry.access.redhat.com/ubi9/nodejs-20-minimal:1) # https://registry.access.redhat.com/ubi9/nodejs-20-minimal -FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1737531030 AS runner +FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1738671167 AS runner USER 0 # Downstream sources diff --git a/docker/Dockerfile b/docker/Dockerfile index 1ea3484ef2..c7c419ceb1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -115,7 +115,7 @@ RUN "$YARN" install --frozen-lockfile --production --network-timeout 600000 && \ # Stage 5 - Build the runner image # https://registry.access.redhat.com/ubi9/nodejs-20-minimal -FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1737531030 AS runner +FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1738671167 AS runner USER 0 # Upstream only