From 54a5657678da7e030cb145f9929f0d5830ced89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 07:24:00 +0000 Subject: [PATCH] deps/linux: bump redhat/ubi8 from `f4292f4` to `2a5d234` in /src/linux Bumps redhat/ubi8 from `f4292f4` to `2a5d234`. --- updated-dependencies: - dependency-name: redhat/ubi8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/linux/Dockerfile-rhel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/linux/Dockerfile-rhel b/src/linux/Dockerfile-rhel index 1cf18e00b..729fc616c 100644 --- a/src/linux/Dockerfile-rhel +++ b/src/linux/Dockerfile-rhel @@ -1,4 +1,4 @@ -FROM redhat/ubi8:8.10@sha256:f4292f415f60632a0ff9c0646c4fa859d8b2e1e88a16faa90c6decd1951aea88 as builder +FROM redhat/ubi8:8.10@sha256:2a5d23450fb9b0cb266b4d465b36f1d1bc7c9b5a9b785528215b470b44f04209 as builder ENV OS=rhel ENV NGINX_VERSION 1.26.1 @@ -65,7 +65,7 @@ COPY src/scheduler scheduler COPY src/ui ui COPY src/VERSION VERSION -FROM redhat/ubi8:8.10@sha256:f4292f415f60632a0ff9c0646c4fa859d8b2e1e88a16faa90c6decd1951aea88 +FROM redhat/ubi8:8.10@sha256:2a5d23450fb9b0cb266b4d465b36f1d1bc7c9b5a9b785528215b470b44f04209 # Set default umask to prevent huge recursive chmod increasing the final image size RUN umask 027