Compare commits

...

3 commits

Author SHA1 Message Date
Mathijs van Veluw
5f384e70bf
Merge pull request #243 from stefan0xC/update-to-v2026.4.1
update to v2026.4.1 branch
2026-04-30 17:40:39 +02:00
Stefan Melmuk
88e67d7c88
update to make separator optional 2026-04-25 20:55:22 +02:00
Stefan Melmuk
71d5a4cc45
update to v2026.4.1 branch 2026-04-22 12:59:49 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -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=876c4dbd526add221223d4869d75eb61efe57e37
ENV VAULT_VERSION=$VAULT_VERSION
ENV VAULT_FOLDER=bw_clients
ENV CHECKOUT_TAGS=false

View file

@ -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() {