Skip to content

Commit

Permalink
Update Dockerfile - pin version of debian in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Oct 20, 2024
1 parent aa926d4 commit 3c21ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm
FROM debian:12.7

ENV BW_CLI_VERSION=2024.6.0
ENV BW_CLI_VERSION=2024.9.0

RUN apt update && \
apt list --upgradeable | grep security | cut -f1 -d '/' | xargs apt-get install --no-install-recommends -y && \
Expand Down

0 comments on commit 3c21ef9

Please sign in to comment.