Merge pull request #1724 from bunkerity/dependabot/docker/src/linux/dev/ubuntu-278628f

deps/linux: bump ubuntu from `99c3519` to `278628f` in /src/linux
This commit is contained in:
Théophile Diot 2024-11-18 17:57:41 +01:00 committed by GitHub
commit 43841ca5a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM ubuntu:noble@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 AS builder
FROM ubuntu:noble@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295 AS builder
ENV OS=ubuntu
ENV NGINX_VERSION=1.26.2
@ -57,7 +57,7 @@ COPY src/scheduler scheduler
COPY src/VERSION VERSION
COPY src/ui ui
FROM ubuntu:noble@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
FROM ubuntu:noble@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027