From 554cd22f974ed39904a204e8028c538a2100723b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Sep 2024 15:03:13 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.4-1227.1726694542 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78c564b..1eb391f 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-1227.1725849298 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \