deps/linux: Bump redhat/ubi9 from 1ee4d8c to 9e6a89a in /src/linux

Bumps redhat/ubi9 from `1ee4d8c` to `9e6a89a`.

---
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-08-29 07:43:16 +00:00 committed by GitHub
parent 56ad2eed25
commit 3004711a59
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:1ee4d8c50d14d9c9e9229d9a039d793fcbc9aa803806d194c957a397cf1d2b17 AS builder
FROM redhat/ubi9:9.4@sha256:9e6a89ab2a9224712391c77fab2ab01009e387aff42854826427aaf18b98b1ff AS builder
ENV OS=rhel
ENV NGINX_VERSION=1.26.2
@ -83,7 +83,7 @@ COPY src/ui/pages ui/pages
COPY src/ui/src ui/src
COPY src/ui/*.py ui/
FROM redhat/ubi9:9.4@sha256:1ee4d8c50d14d9c9e9229d9a039d793fcbc9aa803806d194c957a397cf1d2b17
FROM redhat/ubi9:9.4@sha256:9e6a89ab2a9224712391c77fab2ab01009e387aff42854826427aaf18b98b1ff
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027