From 36fdfdecdc009b0be97e006bd3b9e5cd8ff2a0c2 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 04:26:40 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9-minimal Docker tag to v9.4-1227.1726694542 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 04b6832..eaeae52 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9-minimal:9.4 as base +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 as base # Let's declare where we're installing nginx ENV APP_ROOT=/opt/app-root