Skip to content

Commit 824b793

Browse files
authored
Merge pull request #210 from stefan0xC/update-to-v2025.7.0
update to v2025.7.0 branch
2 parents 9841f9a + f67816e commit 824b793

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
# Note: you can use --build-arg to specify the version to build:
1818
# docker build -t web_vault_build --build-arg VAULT_VERSION=main .
1919

20-
FROM node:20-bookworm AS build
20+
FROM node:22-bookworm AS build
2121
RUN node --version && npm --version
2222

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.6.2
27-
ARG VAULT_VERSION=483603bec7ce34ecea3cdf30d1b1757e2708d80c
26+
# Using https://github.com/vaultwarden/vw_web_builds/tree/v2025.7.0
27+
ARG VAULT_VERSION=20e3be7a2e0d487cad29a10dbf8afca6a255cde4
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.6.2
5+
FALLBACK_WEBVAULT_VERSION=v2025.7.0
66

77
# Error handling
88
handle_error() {

0 commit comments

Comments
 (0)