From a6439ce9c216a796da818951f410dec5b7d72da8 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:44:28 +0200 Subject: [PATCH] chore: Update from ubi8/nodejs-18-minimal:1-91 to ubi8/nodejs-18-minimal:1-107 (#820) * chore: Update from ubi8/nodejs-18-minimal:1-91 to ubi8/nodejs-18-minimal:1-107 Signed-off-by: Nick Boldt * chore: Update from ubi8/httpd-24:1-299 to ubi8/httpd-24:1-315.1712921787 Signed-off-by: Nick Boldt --------- Signed-off-by: Nick Boldt Co-authored-by: Nick Boldt --- build/dockerfiles/rhel.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index e5df3b05..da09391d 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-91 as builder +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-107 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-299 AS registry +FROM registry.access.redhat.com/ubi8/httpd-24:1-315.1712921787 AS registry USER 0 # latest httpd container doesn't include ssl cert, so generate one