Skip to content

Commit 582156c

Browse files
authored
feat: upgrade bitwarden cli (#7)
1 parent 99c2352 commit 582156c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && \
77
# Download the bitwarden-cli
88
WORKDIR /tmp
99

10-
RUN curl -L "https://github.com/bitwarden/clients/releases/download/cli-v2024.6.0/bw-linux-2024.6.0.zip" -o bw.zip \
10+
RUN curl -L "https://github.com/bitwarden/clients/releases/download/cli-v2025.1.3/bw-linux-2025.1.3.zip" -o bw.zip \
1111
&& unzip bw.zip
1212

1313
# Download s6-overlay

0 commit comments

Comments
 (0)