From 5967649ea9bcb2d06c071bea992e528617e4d006 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:55:27 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1738643652 --- Dockerfile-openshift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-openshift b/Dockerfile-openshift index 1cd780539..dff72be4f 100644 --- a/Dockerfile-openshift +++ b/Dockerfile-openshift @@ -11,7 +11,7 @@ COPY ./test ./test COPY makefile makefile RUN make build -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1736404155 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738643652 ARG VERSION=unknown LABEL maintainer="Moov " LABEL name="ach"