From 250363ed69a0b3b5818c6f6cb7d007ef8ea9d9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Thu, 13 May 2021 22:06:17 +0200 Subject: [PATCH] Update version to v2.20.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e4e9bf..0fd5c64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,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.19.0 -ARG VAULT_VERSION=9d42a565dbef29c5c361dbe5b3db88d765d65a98 +# Using https://github.com/bitwarden/web/releases/tag/v2.20.1 +ARG VAULT_VERSION=165944624a5edb1b1d1b4047ccdeb04c2d07c7d6 RUN git clone https://github.com/bitwarden/web.git /vault WORKDIR /vault