From d1eafe51adadc60d4988edd931513dce5a26f72c Mon Sep 17 00:00:00 2001 From: BlackDex Date: Wed, 11 Dec 2024 23:58:48 +0100 Subject: [PATCH] Update to use v2024.12.x Signed-off-by: BlackDex --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e74920d..a19fa9d 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/bitwarden/clients/releases/tag/web-v2024.11.2 -ARG VAULT_VERSION=3b71950c55f9524fbf6e6801b2a1daf9ac71a792 +# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.12.0 +ARG VAULT_VERSION=e0c8f2ced997fc279c8ded903471ca3fa0fe5e94 ENV VAULT_VERSION=$VAULT_VERSION ENV VAULT_FOLDER=bw_clients ENV CHECKOUT_TAGS=false