Update web vault to 2.4.0

This commit is contained in:
Daniel García
2018-10-16 16:18:04 +02:00
parent acfc900997
commit adf40291e8
5 changed files with 6 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM node:8-alpine as vault
ENV VAULT_VERSION "v2.3.0"
ENV VAULT_VERSION "v2.4.0"
ENV URL "https://github.com/bitwarden/web.git"