From 6f6ade7b7583d02814f9e405dbcda130b264e0ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Dec 2024 07:04:26 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.5-1733767867 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b717d45..ca10f58 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.5-1731604394 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \