From 6c780986e9984a89f270f43730ac9a7f12fb59b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:49:16 +0000 Subject: [PATCH] deps/linux: Bump redhat/ubi9 from `7575b6e` to `b00d599` in /src/linux Bumps redhat/ubi9 from `7575b6e` to `b00d599`. --- updated-dependencies: - dependency-name: redhat/ubi9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/linux/Dockerfile-rhel9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/linux/Dockerfile-rhel9 b/src/linux/Dockerfile-rhel9 index 0a1c421b8..8fb7a4a88 100644 --- a/src/linux/Dockerfile-rhel9 +++ b/src/linux/Dockerfile-rhel9 @@ -1,4 +1,4 @@ -FROM redhat/ubi9:9.4@sha256:7575b6e3cc492f856daf8c43f30692d8f5fcd5b7077806dba4bac436ad0a84e8 AS builder +FROM redhat/ubi9:9.4@sha256:b00d5990a00937bd1ef7f44547af6c7fd36e3fd410e2c89b5d2dfc1aff69fe99 AS builder ENV OS=rhel ENV NGINX_VERSION=1.26.2 @@ -66,7 +66,7 @@ COPY src/scheduler scheduler COPY src/ui ui COPY src/VERSION VERSION -FROM redhat/ubi9:9.4@sha256:7575b6e3cc492f856daf8c43f30692d8f5fcd5b7077806dba4bac436ad0a84e8 +FROM redhat/ubi9:9.4@sha256:b00d5990a00937bd1ef7f44547af6c7fd36e3fd410e2c89b5d2dfc1aff69fe99 # Set default umask to prevent huge recursive chmod increasing the final image size RUN umask 027