From 6804c7c06221b1ae00e0ce2b55c9f5448f799204 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 22 Jul 2023 00:41:48 +0000 Subject: [PATCH] chore: Update from ubi8/httpd-24:1-268 to ubi8/httpd-24:1-268.1689584944 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 b867e1e0b..f31fe33f3 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-268 AS registry +FROM registry.access.redhat.com/ubi8/httpd-24:1-268.1689584944 AS registry USER 0 # latest httpd container doesn't include ssl cert, so generate one