We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c2352 commit 582156cCopy full SHA for 582156c
Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && \
7
# Download the bitwarden-cli
8
WORKDIR /tmp
9
10
-RUN curl -L "https://github.com/bitwarden/clients/releases/download/cli-v2024.6.0/bw-linux-2024.6.0.zip" -o bw.zip \
+RUN curl -L "https://github.com/bitwarden/clients/releases/download/cli-v2025.1.3/bw-linux-2025.1.3.zip" -o bw.zip \
11
&& unzip bw.zip
12
13
# Download s6-overlay
0 commit comments