diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index e060c9e7..c369598e 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -13,7 +13,7 @@ # Builder: check meta.yamls and create index.json # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-18-minimal -FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-115.1716502126 as builder +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-115.1717585372 as builder USER 0 ################# @@ -64,7 +64,7 @@ RUN chmod -R g+rwX /build/resources # Build registry, copying meta.yamls and index.json from builder # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/httpd-24 -FROM registry.access.redhat.com/ubi8/httpd-24:1-323.1716503935 AS registry +FROM registry.access.redhat.com/ubi8/httpd-24:1-323.1717586534 AS registry USER 0 # latest httpd container doesn't include ssl cert, so generate one