aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2018-10-16 16:18:04 +0200
committerDaniel García <[email protected]>2018-10-16 16:20:56 +0200
commitadf40291e886b46f6241de5eb464057eac610ad3 (patch)
tree85c8cf8c113d6f8b5e3e4d8c0dfd2e04270512f7 /Dockerfile
parentacfc900997794cbaf9988d107a5fd062e2c6821e (diff)
downloadvaultwarden-adf40291e886b46f6241de5eb464057eac610ad3.tar.gz
vaultwarden-adf40291e886b46f6241de5eb464057eac610ad3.zip
Update web vault to 2.4.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 03ad2311..2a70f17d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"