Skip to content

Commit

Permalink
Update Dockerfile - update to latest version of bw cli: v2023.10.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Nov 8, 2023
1 parent 0ab51d9 commit 665bf8c
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,7 +1,7 @@
FROM debian:bookworm

# note to self: we need to have renovate bot update this somehow
ENV BW_CLI_VERSION=2023.7.0
ENV BW_CLI_VERSION=2023.10.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 665bf8c

Please sign in to comment.