deps/linux: bump redhat/ubi8 from 8990388 to d497966 in /src/linux

Bumps redhat/ubi8 from `8990388` to `d497966`.

---
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-11-19 08:15:38 +00:00 committed by GitHub
parent ca7f2a25ba
commit 98d7b2cd9f
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:8990388831e1b41c9a67389e4b691dae8b1283f77d5fb7263e1f4fc69c0a9d05 AS builder
FROM redhat/ubi8:8.10@sha256:d497966ce214138de5271eef321680639e18daf105ae94a6bff54247d8a191a3 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:8990388831e1b41c9a67389e4b691dae8b1283f77d5fb7263e1f4fc69c0a9d05
FROM redhat/ubi8:8.10@sha256:d497966ce214138de5271eef321680639e18daf105ae94a6bff54247d8a191a3
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027