deps/linux: Bump redhat/ubi8 from d5e2d1d to fbfce63 in /src/linux

Bumps redhat/ubi8 from `d5e2d1d` to `fbfce63`.

---
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-09-11 07:13:31 +00:00 committed by GitHub
parent 0d133eab98
commit aa4d9c182e
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:d5e2d1ddf34b573673581940f1341c7b3301ff8efde28f17100b31a3df7d94b6 AS builder
FROM redhat/ubi8:8.10@sha256:fbfce63673a271ecb857faac4412442fe7aeb3a84f564d16a790ca7b5c8b7105 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:d5e2d1ddf34b573673581940f1341c7b3301ff8efde28f17100b31a3df7d94b6
FROM redhat/ubi8:8.10@sha256:fbfce63673a271ecb857faac4412442fe7aeb3a84f564d16a790ca7b5c8b7105
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027