Merge pull request #1496 from bunkerity/dependabot/docker/src/linux/1.5/fedora-d0207db

deps/linux: Bump fedora from `5ce8497` to `d0207db` in /src/linux
This commit is contained in:
Théophile Diot 2024-10-01 14:46:44 +02:00 committed by GitHub
commit 26459853ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM fedora:40@sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0 AS builder
FROM fedora:40@sha256:d0207dbb078ee261852590b9a8f1ab1f8320547be79a2f39af9f3d23db33735e AS builder
ENV OS=fedora
ENV NGINX_VERSION=1.26.2
@ -54,7 +54,7 @@ COPY src/scheduler scheduler
COPY src/ui ui
COPY src/VERSION VERSION
FROM fedora:40@sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0
FROM fedora:40@sha256:d0207dbb078ee261852590b9a8f1ab1f8320547be79a2f39af9f3d23db33735e
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027