From 6b890a12fa5477426285a591395f460d897c8c74 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:23:55 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9-minimal Docker tag to v9.5-1730489338 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 eaeae52..296aace 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 as base +FROM registry.access.redhat.com/ubi9-minimal:9.5-1730489338 as base # Let's declare where we're installing nginx ENV APP_ROOT=/opt/app-root