deps/linux: bump redhat/ubi8 from 79d46e7 to 7287624 in /src/linux

Bumps redhat/ubi8 from `79d46e7` to `7287624`.

---
updated-dependencies:
- dependency-name: redhat/ubi8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-13 08:59:13 +00:00 committed by GitHub
parent b97257c7c3
commit 07698c186e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM redhat/ubi8:8.10@sha256:79d46e7029c2b13a713b2089650fd235aadb3e6e449c79f6741d6c9381ab41a1 AS builder
FROM redhat/ubi8:8.10@sha256:7287624c777a5812893fb02e180acf7d85569858c217d9b1dfb5179bf4ae6ee1 AS builder
ENV OS=rhel
ENV NGINX_VERSION=1.26.2
@ -64,7 +64,7 @@ COPY src/scheduler scheduler
COPY src/VERSION VERSION
COPY src/ui ui
FROM redhat/ubi8:8.10@sha256:79d46e7029c2b13a713b2089650fd235aadb3e6e449c79f6741d6c9381ab41a1
FROM redhat/ubi8:8.10@sha256:7287624c777a5812893fb02e180acf7d85569858c217d9b1dfb5179bf4ae6ee1
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027