deps/linux: bump redhat/ubi8 from 2a5d234 to 143123d in /src/linux

Bumps redhat/ubi8 from `2a5d234` to `143123d`.

---
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-06-07 07:37:11 +00:00 committed by GitHub
parent 03891a57ec
commit f455abea42
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:2a5d23450fb9b0cb266b4d465b36f1d1bc7c9b5a9b785528215b470b44f04209 as builder
FROM redhat/ubi8:8.10@sha256:143123d85045df426c5bbafc6863659880ebe276eb02c77ee868b88d08dbd05d 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:2a5d23450fb9b0cb266b4d465b36f1d1bc7c9b5a9b785528215b470b44f04209
FROM redhat/ubi8:8.10@sha256:143123d85045df426c5bbafc6863659880ebe276eb02c77ee868b88d08dbd05d
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027