Skip to content

Commit

Permalink
Merge pull request #1598 from bunkerity/dependabot/docker/src/linux/1…
Browse files Browse the repository at this point in the history
….5/debian-36e591f

deps/linux: Bump debian from `ad86386` to `36e591f` in /src/linux
  • Loading branch information
TheophileDiot authored Oct 22, 2024
2 parents c9d8fd7 + f5110d4 commit 5aa30da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/linux/Dockerfile-debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim@sha256:ad86386827b083b3d71139050b47ffb32bbd9559ea9b1345a739b14fec2d9ecf AS builder
FROM debian:bookworm-slim@sha256:36e591f228bb9b99348f584e83f16e012c33ba5cad44ef5981a1d7c0a93eca22 AS builder

ENV OS=debian
ENV NGINX_VERSION=1.26.2
Expand Down Expand Up @@ -58,7 +58,7 @@ COPY src/scheduler scheduler
COPY src/ui ui
COPY src/VERSION VERSION

FROM debian:bookworm-slim@sha256:ad86386827b083b3d71139050b47ffb32bbd9559ea9b1345a739b14fec2d9ecf
FROM debian:bookworm-slim@sha256:36e591f228bb9b99348f584e83f16e012c33ba5cad44ef5981a1d7c0a93eca22

# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027
Expand Down

0 comments on commit 5aa30da

Please sign in to comment.