From 3e9b2962b33aff0b64d6e61815209fe7047a11c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:58:13 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.4-1194 --- chat/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/Containerfile b/chat/Containerfile index 09e502a..a082c24 100644 --- a/chat/Containerfile +++ b/chat/Containerfile @@ -15,7 +15,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM registry.access.redhat.com/ubi9-minimal:9.4-1134 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1194 RUN microdnf install -y python3 python3-pip gcc g++ shadow-utils && microdnf clean all RUN useradd -r -g root -m -d /home/default -s /bin/bash default