From e581325196cd6f87344702d37fb870fb55df7042 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:18:29 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.5-1736404155 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f341e747..3aa92082 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN curl -sSLO https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest- tar -xzf openshift-client-linux.tar.gz oc kubectl && \ rm openshift-client-linux.tar.gz -FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1736404155 ENV APP_ROOT=/opt/bonfire