Merge pull request #1494 from bunkerity/dependabot/docker/src/linux/1.5/redhat/ubi8-fbfce63

deps/linux: Bump redhat/ubi8 from `44d7500` to `fbfce63` in /src/linux
This commit is contained in:
Théophile Diot 2024-09-30 16:21:25 +02:00 committed by GitHub
commit eb35eecb0b
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:44d75007b39e0e1bbf1bcfd0721245add54c54c3f83903f8926fb4bef6827aa2 AS builder
FROM redhat/ubi8:8.10@sha256:fbfce63673a271ecb857faac4412442fe7aeb3a84f564d16a790ca7b5c8b7105 AS builder
ENV OS=rhel
ENV NGINX_VERSION=1.26.2
@ -65,7 +65,7 @@ COPY src/scheduler scheduler
COPY src/ui ui
COPY src/VERSION VERSION
FROM redhat/ubi8:8.10@sha256:44d75007b39e0e1bbf1bcfd0721245add54c54c3f83903f8926fb4bef6827aa2
FROM redhat/ubi8:8.10@sha256:fbfce63673a271ecb857faac4412442fe7aeb3a84f564d16a790ca7b5c8b7105
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027