deps/linux: bump redhat/ubi9 from 1fafb09 to 66233ee in /src/linux

Bumps redhat/ubi9 from `1fafb09` to `66233ee`.

---
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-04-15 07:39:49 +00:00 committed by GitHub
parent f83ea14e61
commit 64e9673f8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM redhat/ubi9:9.3@sha256:1fafb0905264413501df60d90a92ca32df8a2011cbfb4876ddff5ceb20c8f165 as builder
FROM redhat/ubi9:9.3@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072 as builder
ENV OS=rhel
ENV NGINX_VERSION 1.24.0
@ -67,7 +67,7 @@ COPY src/scheduler scheduler
COPY src/ui ui
COPY src/VERSION VERSION
FROM redhat/ubi9:9.3@sha256:1fafb0905264413501df60d90a92ca32df8a2011cbfb4876ddff5ceb20c8f165
FROM redhat/ubi9:9.3@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027