From 6dfaa6115b7c442b94352dc0bf9262a4d988c05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Thu, 21 May 2020 22:25:02 +0200 Subject: [PATCH] v2.14.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 179e1fb..15875d4 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.13.2 -ARG VAULT_VERSION=5bf3ca2708ade4c5d177dda3290829ca5b1f0f13 +# Using https://github.com/bitwarden/web/releases/tag/v2.14.0 +ARG VAULT_VERSION=179884cf93641be52b28790933879aa77145a8fb RUN git clone https://github.com/bitwarden/web.git /vault WORKDIR /vault