diff options
author | Daniel García <[email protected]> | 2018-10-16 16:18:04 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2018-10-16 16:20:56 +0200 |
commit | adf40291e886b46f6241de5eb464057eac610ad3 (patch) | |
tree | 85c8cf8c113d6f8b5e3e4d8c0dfd2e04270512f7 /Dockerfile | |
parent | acfc900997794cbaf9988d107a5fd062e2c6821e (diff) | |
download | vaultwarden-adf40291e886b46f6241de5eb464057eac610ad3.tar.gz vaultwarden-adf40291e886b46f6241de5eb464057eac610ad3.zip |
Update web vault to 2.4.0
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |