From 9a92898e573994f5c3016d6216a88b54b07c46e8 Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Tue, 23 Feb 2021 19:01:30 -0800 Subject: [PATCH] Dockerfile: use upstream v2.18.2 release --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2b5529..7c9a0d9 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.18.1 -ARG VAULT_VERSION=9326a9a4a723d7e57943776d7b356132f40aeec2 +# Using https://github.com/bitwarden/web/releases/tag/v2.18.2 +ARG VAULT_VERSION=2499b18ffe74aa25479747fcfa24118c20479b7f RUN git clone --recurse-submodules https://github.com/bitwarden/web.git /vault WORKDIR /vault