From bc3d5556195ff217385beb7418c48ffbf1a4b796 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:16:25 +0200 Subject: [PATCH] chore: Update from ubi8/nodejs-18-minimal:1-115.1717585372 to ubi8/nodejs-18-minimal:1-119 (#835) * chore: Update from ubi8/nodejs-18-minimal:1-115.1717585372 to ubi8/nodejs-18-minimal:1-119 Signed-off-by: Nick Boldt * chore: Update from ubi8/httpd-24:1-323.1717586534 to ubi8/httpd-24:1-327 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 c369598e..fe44ef0a 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.1717585372 as builder +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-119 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.1717586534 AS registry +FROM registry.access.redhat.com/ubi8/httpd-24:1-327 AS registry USER 0 # latest httpd container doesn't include ssl cert, so generate one