Merge pull request #120 from mprasil/vault_2.1.1

Update vault to latest version
This commit is contained in:
Daniel García 2018-08-09 01:43:22 +02:00 committed by GitHub
commit 04b198a7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"