deps/linux: Bump redhat/ubi9 from d98fdae to 081c96d in /src/linux

Bumps redhat/ubi9 from `d98fdae` to `081c96d`.

---
updated-dependencies:
- dependency-name: redhat/ubi9
  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-07-02 07:24:11 +00:00 committed by GitHub
parent b18bebcc7d
commit cb1ef8551a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM redhat/ubi9:9.4@sha256:d98fdae16212df566150ac975cab860cd8d2cb1b322ed9966d09a13e219112e9 AS builder
FROM redhat/ubi9:9.4@sha256:081c96d1b1c7cd1855722d01f1ca53360510443737b1eb33284c6c4c330e537c AS builder
ENV OS=rhel
ENV NGINX_VERSION=1.26.1
@ -68,7 +68,7 @@ COPY src/scheduler scheduler
COPY src/ui ui
COPY src/VERSION VERSION
FROM redhat/ubi9:9.4@sha256:d98fdae16212df566150ac975cab860cd8d2cb1b322ed9966d09a13e219112e9
FROM redhat/ubi9:9.4@sha256:081c96d1b1c7cd1855722d01f1ca53360510443737b1eb33284c6c4c330e537c
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027