aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2018-09-18 13:53:25 +0100
committerMiroslav Prasil <[email protected]>2018-09-18 13:53:25 +0100
commit3da410ef717715644cfb7abca0c62e31e2ffee6e (patch)
tree3f5dd7cee652cd3037dd3e580b91d99b8bc2fec9 /Dockerfile
parent2dccbd34126ebd07630d03400c62e4769a9b5efb (diff)
downloadvaultwarden-3da410ef717715644cfb7abca0c62e31e2ffee6e.tar.gz
vaultwarden-3da410ef717715644cfb7abca0c62e31e2ffee6e.zip
Update Vault to v2.3.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 296c3acc..03ad2311 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM node:8-alpine as vault
-ENV VAULT_VERSION "v2.2.0"
+ENV VAULT_VERSION "v2.3.0"
ENV URL "https://github.com/bitwarden/web.git"