From 6e5f04842fb2c954f421209e81102ad2d1102353 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk Date: Tue, 16 Jan 2024 16:17:18 +0100 Subject: [PATCH] update web-vault to v2024.1.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b87cf57..f7ea672 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.1.0 -ARG VAULT_VERSION=e8a54a70a5d136d4e0d7ccdb15d5056d681c3f47 +# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.1.1 +ARG VAULT_VERSION=3c1ccc9cd9e669f8640001c524e20fb2f575e535 WORKDIR /vault RUN git -c init.defaultBranch=main init && \