Merge pull request #1518 from bunkerity/dependabot/docker/src/linux/dev/redhat/ubi8-a965f33

deps/linux: Bump redhat/ubi8 from `fbfce63` to `a965f33` in /src/linux
This commit is contained in:
Théophile Diot 2024-10-01 14:52:15 +02:00 committed by GitHub
commit 5b936b8ed0
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:fbfce63673a271ecb857faac4412442fe7aeb3a84f564d16a790ca7b5c8b7105 AS builder
FROM redhat/ubi8:8.10@sha256:a965f33ee4ee57dc8e40a1f9350ddf28ed0727b6cf80db46cdad0486a7580f9d 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:fbfce63673a271ecb857faac4412442fe7aeb3a84f564d16a790ca7b5c8b7105
FROM redhat/ubi8:8.10@sha256:a965f33ee4ee57dc8e40a1f9350ddf28ed0727b6cf80db46cdad0486a7580f9d
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027