From ba0cfed515e596a7bfc08f7901830de40fac1d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Sun, 23 Jan 2022 23:52:07 +0100 Subject: [PATCH] Update to v2.25.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11408e0..1ae0246 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.25.0 -ARG VAULT_VERSION=d10dc94a48f7786d0b7b33a53f15a208f3f2b75f +# Using https://github.com/bitwarden/web/releases/tag/v2.25.1 +ARG VAULT_VERSION=23b30422d886bd395259cb864a7d83caffe1d099 RUN git clone https://github.com/bitwarden/web.git /vault WORKDIR /vault