From 95118e188c89b8f976dd77434c3a8c6575637100 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:25:10 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1731604394 --- Dockerfile-openshift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-openshift b/Dockerfile-openshift index 473c429..caa8b90 100644 --- a/Dockerfile-openshift +++ b/Dockerfile-openshift @@ -8,7 +8,7 @@ COPY ./test ./test COPY makefile makefile RUN make build -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731518200 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731604394 ARG VERSION=unknown LABEL maintainer="Moov " LABEL name="metro2"