From ccd8f5284f1776deeb9cd2eb475d4355099d5752 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jul 2024 07:03:36 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.4-1194 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f3fa0c..57a0a39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2024 PNED G.I.E. # # 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 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \