Skip to content

Commit

Permalink
Ensure docker images uses pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Oct 20, 2024
1 parent 74d86fd commit 5ff7730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable-slim
FROM debian:bookworm-slim@sha256:36e591f228bb9b99348f584e83f16e012c33ba5cad44ef5981a1d7c0a93eca22

RUN apt-get update -q && \
apt-get dist-upgrade -y && \
Expand Down

0 comments on commit 5ff7730

Please sign in to comment.