From 71d5a4cc45cdcab53e31618a45383381ba527e52 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk Date: Wed, 22 Apr 2026 12:59:49 +0200 Subject: [PATCH 1/2] update to v2026.4.1 branch --- Dockerfile | 4 ++-- scripts/checkout_web_vault.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 60171a0..c3ee5ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,8 @@ RUN node --version && npm --version # Can be a tag, release, but prefer a commit hash because it's not changeable # https://github.com/bitwarden/clients/commit/${VAULT_VERSION} # -# Using https://github.com/vaultwarden/vw_web_builds/tree/v2026.3.1 -ARG VAULT_VERSION=cd1eb788b667bdf31aee2d8b32aae7718c59097e +# Using https://github.com/vaultwarden/vw_web_builds/tree/v2026.4.1 +ARG VAULT_VERSION=e564bf7c687fb12a88dd8b53beff726eb23ea932 ENV VAULT_VERSION=$VAULT_VERSION ENV VAULT_FOLDER=bw_clients ENV CHECKOUT_TAGS=false diff --git a/scripts/checkout_web_vault.sh b/scripts/checkout_web_vault.sh index 47ae173..ec7f5bd 100755 --- a/scripts/checkout_web_vault.sh +++ b/scripts/checkout_web_vault.sh @@ -2,7 +2,7 @@ set -o pipefail -o errexit BASEDIR=$(RL=$(readlink -n "$0"); SP="${RL:-$0}"; dirname "$(cd "$(dirname "${SP}")"; pwd)/$(basename "${SP}")") -FALLBACK_WEBVAULT_VERSION=v2026.3.1 +FALLBACK_WEBVAULT_VERSION=v2026.4.1 # Error handling handle_error() { From 88e67d7c880311147a0a0a1856a0b839e28aa444 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk Date: Sat, 25 Apr 2026 20:55:22 +0200 Subject: [PATCH 2/2] update to make separator optional --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3ee5ee..2303650 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN node --version && npm --version # https://github.com/bitwarden/clients/commit/${VAULT_VERSION} # # Using https://github.com/vaultwarden/vw_web_builds/tree/v2026.4.1 -ARG VAULT_VERSION=e564bf7c687fb12a88dd8b53beff726eb23ea932 +ARG VAULT_VERSION=876c4dbd526add221223d4869d75eb61efe57e37 ENV VAULT_VERSION=$VAULT_VERSION ENV VAULT_FOLDER=bw_clients ENV CHECKOUT_TAGS=false