From 6551a1f0629a3b938196b1e4b2f7c10c3a763226 Mon Sep 17 00:00:00 2001 From: "konflux-staging[bot]" <124796549+konflux-staging[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:07:02 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1738816775 Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d878e60e..83035038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN cargo build --release ${CARGO_ARGS} # Run Stage # ------------------------------------------------------------------------------ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775 # shadow-utils is required for `useradd` RUN PKGS="libgcc libstdc++ shadow-utils" \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 277f8ec0..4e2d8fa2 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -31,7 +31,7 @@ RUN cargo build --release --target aarch64-unknown-linux-gnu # Run Stage # ------------------------------------------------------------------------------ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775 # shadow-utils is required for `useradd` RUN PKGS="libgcc libstdc++ shadow-utils" \