From 7be49c38885a9abe411035cc53738c18d11f2035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Wed, 11 May 2022 22:05:28 +0200 Subject: [PATCH] Update web vault to v2.28.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ae4fe59..f58fc61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,8 @@ USER node # Can be a tag, release, but prefer a commit hash because it's not changeable # https://github.com/bitwarden/web/commit/$VAULT_VERSION # -# Using https://github.com/bitwarden/web/releases/tag/v2.28.0 -ARG VAULT_VERSION=3a248bc8386a8e2f0ea8063b8a2b2b3ee1f6c51d +# Using https://github.com/bitwarden/web/releases/tag/v2.28.1 +ARG VAULT_VERSION=78a7181fe5afa677220d69c6ebb2d6c0a5b83729 RUN git clone https://github.com/bitwarden/web.git /vault WORKDIR /vault