mirror of
https://github.com/vwxyzjn/portwarden
synced 2025-12-06 01:33:18 +00:00
API-12 # Use the latest build bitwarden artifact.
This commit is contained in:
@@ -19,8 +19,8 @@ RUN mv dep-linux-amd64 /usr/bin/dep
|
||||
RUN chmod +x /usr/bin/dep
|
||||
|
||||
# Install Bitwarden CLI
|
||||
RUN wget -q https://github.com/bitwarden/cli/releases/download/v1.6.0/bw-linux-1.6.0.zip
|
||||
RUN unzip bw-linux-1.6.0.zip -d /usr/bin/
|
||||
RUN wget -q https://ci.appveyor.com/api/buildjobs/pdartqa5k00a5b23/artifacts/dist%2Flinux%2Fbw
|
||||
RUN mv bw /usr/bin/bw
|
||||
RUN chmod +x /usr/bin/bw
|
||||
|
||||
# Run dep
|
||||
|
||||
Reference in New Issue
Block a user