summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2018-12-03 20:28:13 +0100
committerDaniel García <[email protected]>2018-12-03 20:28:13 +0100
commit2129946d14129c75a2afff74fa1608a6941a3176 (patch)
treedfbb6001bd3d9d38ed25c1d45492fad5cfda2d79 /Dockerfile
parentbdcdb08fc10b00bb05d91ad089c4dc5ba79a8a33 (diff)
downloadvaultwarden-2129946d14129c75a2afff74fa1608a6941a3176.tar.gz
vaultwarden-2129946d14129c75a2afff74fa1608a6941a3176.zip
Updated deps and web vault to 2.6.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3d375a7f..5e815393 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM node:8-alpine as vault
-ENV VAULT_VERSION "v2.6.0"
+ENV VAULT_VERSION "v2.6.1"
ENV URL "https://github.com/bitwarden/web.git"