summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2019-02-27 17:28:04 +0100
committerDaniel García <[email protected]>2019-02-27 17:28:04 +0100
commitc6c00729e39566bb978538729888f58c6638c5f0 (patch)
tree8f654fcaeb08a5d79205a03bcf1f0f55df5995ee /Dockerfile
parent10756b0920d9f5b4a25196cfe878ef444647db3d (diff)
downloadvaultwarden-c6c00729e39566bb978538729888f58c6638c5f0.tar.gz
vaultwarden-c6c00729e39566bb978538729888f58c6638c5f0.zip
Update vault to new version. No need to wait for a release when even the official web vault is already using it
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 34a33372..59edcd62 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine as vault
-ENV VAULT_VERSION "v2.8.0d"
+ENV VAULT_VERSION "v2.9.0-pre1"
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"