From 18a365a1b887e56c0d868154b4100977e08f8428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:13:34 +0000 Subject: [PATCH] deps/linux: Bump redhat/ubi9 from `9460515` to `7575b6e` in /src/linux Bumps redhat/ubi9 from `9460515` to `7575b6e`. --- 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 61cf0bd3d..dc4d8ad9f 100644 --- a/src/linux/Dockerfile-rhel9 +++ b/src/linux/Dockerfile-rhel9 @@ -1,4 +1,4 @@ -FROM redhat/ubi9:9.4@sha256:9460515b85f2a75278f2043438583c1c377c44bf100178bb653a6c8658304ac7 AS builder +FROM redhat/ubi9:9.4@sha256:7575b6e3cc492f856daf8c43f30692d8f5fcd5b7077806dba4bac436ad0a84e8 AS builder ENV OS=rhel ENV NGINX_VERSION=1.26.2 @@ -65,7 +65,7 @@ COPY src/scheduler scheduler COPY src/VERSION VERSION COPY src/ui ui -FROM redhat/ubi9:9.4@sha256:9460515b85f2a75278f2043438583c1c377c44bf100178bb653a6c8658304ac7 +FROM redhat/ubi9:9.4@sha256:7575b6e3cc492f856daf8c43f30692d8f5fcd5b7077806dba4bac436ad0a84e8 # Set default umask to prevent huge recursive chmod increasing the final image size RUN umask 027