From c1cd93a92352c52bc6f210f6ba1a0f4e5f8723e5 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk Date: Mon, 3 Jun 2024 22:50:13 +0200 Subject: [PATCH] update web-vault to v2024.5.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5bb37b6..7731e93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ USER node # 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.5.0 -ARG VAULT_VERSION=431e909f9b2c046e90aa50fde1907ae6ccf25ee9 +# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.5.1 +ARG VAULT_VERSION=9823f69c9d17e2d94de1cc005e01202dd95f0647 WORKDIR /vault RUN git -c init.defaultBranch=main init && \