1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-28 13:34:49 +00:00

Update vault to latest version

This commit is contained in:
Miroslav Prasil 2018-08-08 23:15:01 +02:00
commit 73a1abed10

View file

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