File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ RUN node --version && npm --version
2323# Can be a tag, release, but prefer a commit hash because it's not changeable
2424# https://github.com/bitwarden/clients/commit/${VAULT_VERSION}
2525#
26- # Using https://github.com/vaultwarden/vw_web_builds/tree/v2025.7.0
27- ARG VAULT_VERSION=20e3be7a2e0d487cad29a10dbf8afca6a255cde4
26+ # Using https://github.com/vaultwarden/vw_web_builds/tree/v2025.7.1
27+ ARG VAULT_VERSION=6f7883175deae147acdd28bc63f66cc4eac5f8d2
2828ENV VAULT_VERSION=$VAULT_VERSION
2929ENV VAULT_FOLDER=bw_clients
3030ENV CHECKOUT_TAGS=false
Original file line number Diff line number Diff line change 22set -o pipefail -o errexit
33BASEDIR=$( RL=$( readlink -n " $0 " ) ; SP=" ${RL:- $0 } " ; dirname " $( cd " $( dirname " ${SP} " ) " ; pwd) /$( basename " ${SP} " ) " )
44
5- FALLBACK_WEBVAULT_VERSION=v2025.7.0
5+ FALLBACK_WEBVAULT_VERSION=v2025.7.1
66
77# Error handling
88handle_error () {
You can’t perform that action at this time.
0 commit comments