From 501d029bf6456338dd97c052ec86eaebed43b893 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk Date: Tue, 9 May 2023 16:44:39 +0200 Subject: [PATCH] update web-vault to v2023.4.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70256af..f747084 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,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-v2023.4.0 -ARG VAULT_VERSION=01e3a32d5098a50c110f599406e116794b0253c8 +# Using https://github.com/bitwarden/clients/releases/tag/web-v2023.4.1 +ARG VAULT_VERSION=4f4715fd0d7fc2e224a5efd5c6f8ce942922f067 WORKDIR /vault RUN git init