upgrade bw client cli version to 2025.9.0 (#3699)

This commit is contained in:
Shuchang Zheng
2025-10-13 13:40:02 -07:00
committed by GitHub
parent a9bf1f0feb
commit 89666dba30

View File

@@ -32,7 +32,7 @@ RUN cat /tmp/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodeso
# install bitwarden cli
RUN npm install -g @bitwarden/cli@2024.9.0
RUN npm install -g @bitwarden/cli@2025.9.0
# checking bw version also initializes the bw config
RUN bw --version