From c734d2623b04e9160b039dd4472c431fc4c1ec68 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:10:50 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi10/ubi-minimal docker tag to v10.2-1782283038 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- podvm-payload/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podvm-payload/Dockerfile b/podvm-payload/Dockerfile index 3200742df3..928f216e55 100644 --- a/podvm-payload/Dockerfile +++ b/podvm-payload/Dockerfile @@ -134,7 +134,7 @@ RUN tar czvf /pause-bundle.tar.gz -C / pause_bundle/ ## FINAL IMAGE ## -FROM registry.access.redhat.com/ubi10/ubi-minimal:10.2-1782191645 +FROM registry.access.redhat.com/ubi10/ubi-minimal:10.2-1782283038 COPY --from=go_builder /artifacts /artifacts COPY --from=rust_builder /artifacts /artifacts