Skip to content

Commit

Permalink
Update Dockerfile - update bw cli to v2024.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Dec 15, 2024
1 parent 6cc3fa9 commit c91c478
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,6 +1,6 @@
FROM debian:12.8

ENV BW_CLI_VERSION=2024.11.1
ENV BW_CLI_VERSION=2024.12.0

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

0 comments on commit c91c478

Please sign in to comment.