From 23ce3afb7fbe1e560466996fc11f8f2af420f518 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 1 Jul 2023 00:52:00 +0000 Subject: [PATCH 1/2] chore: Update from ubi8/nodejs-16-minimal:1-114 to ubi8/nodejs-16-minimal:1-121 Signed-off-by: Nick Boldt --- build/dockerfiles/rhel.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index 38f95854a..df54324ab 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-114 as builder +FROM registry.access.redhat.com/ubi8/nodejs-16-minimal:1-121 as builder USER 0 ################# From b37abffc559ab2d08e960717a2eadb6a88475cd7 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 1 Jul 2023 00:52:07 +0000 Subject: [PATCH 2/2] chore: Update from ubi8/httpd-24:1-263.1687186162 to ubi8/httpd-24:1-268 Signed-off-by: Nick Boldt --- build/dockerfiles/rhel.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index df54324ab..79bb7bf62 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -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-263.1687186162 AS registry +FROM registry.access.redhat.com/ubi8/httpd-24:1-268 AS registry USER 0 # latest httpd container doesn't include ssl cert, so generate one