0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-18 12:53:46 +02:00

Update vault to latest version

This commit is contained in:
Miroslav Prasil 2018-08-08 23:15:01 +02:00
parent 8ffa7ebb6a
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"