Skip to content

Commit c391b12

Browse files
authored
Merge pull request #212 from stefan0xC/update-to-v2025.7.1
update to v2025.7.1 branch
2 parents 824b793 + 434c7bb commit c391b12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
ENV VAULT_VERSION=$VAULT_VERSION
2929
ENV VAULT_FOLDER=bw_clients
3030
ENV CHECKOUT_TAGS=false

scripts/checkout_web_vault.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -o pipefail -o errexit
33
BASEDIR=$(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
88
handle_error() {

0 commit comments

Comments
 (0)