diff --git a/Dockerfile b/Dockerfile index 2303650..c35567b 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.4.1 -ARG VAULT_VERSION=876c4dbd526add221223d4869d75eb61efe57e37 +# Using https://github.com/vaultwarden/vw_web_builds/tree/v2026.2.0 +ARG VAULT_VERSION=3986035910f6ad172c8ceabcd378e2ca0d25349c 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 ec7f5bd..440f6c0 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.4.1 +FALLBACK_WEBVAULT_VERSION=v2026.2.0 # Error handling handle_error() {