From c8f320505d8a9067f67b63377002ac1fb8657de6 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:09:10 +0200 Subject: [PATCH] chore: Update from ubi8/httpd-24:1-327 to ubi8/httpd-24:1-327.1719824290 (#837) Signed-off-by: Nick Boldt Co-authored-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 fe44ef0a..3e6603ef 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -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-327 AS registry +FROM registry.access.redhat.com/ubi8/httpd-24:1-327.1719824290 AS registry USER 0 # latest httpd container doesn't include ssl cert, so generate one