From 265f680255d168845f663e9d1bcef9e3b8a03cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:51:44 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from `d85040b` to `dee813b` in the all group Bumps the all group with 1 update: ubi9/ubi-minimal. Updates `ubi9/ubi-minimal` from `d85040b` to `dee813b` --- 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 aeb974c67..d982d8877 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:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:dee813b83663d420eb108983a1c94c614ff5d3fcb5159a7bd0324f0edbe7fca1 ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.dist b/Dockerfile.dist index 0583e45bf..90fdfc16b 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:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:dee813b83663d420eb108983a1c94c614ff5d3fcb5159a7bd0324f0edbe7fca1 ARG TARGETOS ARG TARGETARCH