From 82d94684417b2bf6e9b1f76525028b08480efef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:58:12 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from `daa61d6` to `b870979` in the all group Bumps the all group with 1 update: ubi9/ubi-minimal. Updates `ubi9/ubi-minimal` from `daa61d6` to `b870979` --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6828a294..270dc4556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ COPY . . RUN /build/build.sh "${BUILD_LIST}" "${BUILD_SUFFIX}" -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:b87097994ed62fbf1de70bc75debe8dacf3ea6e00dd577d74503ef66452c59d6 ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.dist b/Dockerfile.dist index 4f802632e..b75a510d1 100644 --- a/Dockerfile.dist +++ b/Dockerfile.dist @@ -45,7 +45,7 @@ RUN /build/build.sh "${BUILD_LIST}" "${BUILD_SUFFIX}" ## Final image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:b87097994ed62fbf1de70bc75debe8dacf3ea6e00dd577d74503ef66452c59d6 ARG TARGETOS ARG TARGETARCH