From 456b81832afb1742689bbd818f6e0efeea46b8c1 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:00:30 +0200 Subject: [PATCH] chore: Update from ubi8/nodejs-16-minimal:1-128 to ubi8/nodejs-16-minimal:1-139 (#787) * chore: Update from ubi8/nodejs-16-minimal:1-128 to ubi8/nodejs-16-minimal:1-139 Signed-off-by: Nick Boldt * chore: Update from ubi8/httpd-24:1-274.1692780861 to ubi8/httpd-24:1-284 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 a147db3b2..adc8cd8d4 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-16-minimal -FROM registry.access.redhat.com/ubi8/nodejs-16-minimal:1-128 as builder +FROM registry.access.redhat.com/ubi8/nodejs-16-minimal:1-139 as builder USER 0 ################# @@ -59,7 +59,7 @@ RUN chmod -R g+rwX /build/devfiles # 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-274.1692780861 AS registry +FROM registry.access.redhat.com/ubi8/httpd-24:1-284 AS registry USER 0 # latest httpd container doesn't include ssl cert, so generate one