Merge pull request #1226 from bunkerity/dependabot/docker/src/linux/dev/redhat/ubi8-f4292f4

deps/linux: bump redhat/ubi8 from `a424544` to `f4292f4` in /src/linux
This commit is contained in:
Théophile Diot 2024-05-30 12:05:31 +01:00 committed by GitHub
commit b0b3a480c9
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:a424544997de1960a93466b57d12f1f3fac62be0f4cd35482435bae305a6ca27 as builder
FROM redhat/ubi8:8.10@sha256:f4292f415f60632a0ff9c0646c4fa859d8b2e1e88a16faa90c6decd1951aea88 as builder
ENV OS=rhel
ENV NGINX_VERSION 1.26.0
@ -65,7 +65,7 @@ COPY src/scheduler scheduler
COPY src/ui ui
COPY src/VERSION VERSION
FROM redhat/ubi8:8.10@sha256:a424544997de1960a93466b57d12f1f3fac62be0f4cd35482435bae305a6ca27
FROM redhat/ubi8:8.10@sha256:f4292f415f60632a0ff9c0646c4fa859d8b2e1e88a16faa90c6decd1951aea88
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027