aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2019-03-14 13:29:03 +0100
committerDaniel García <[email protected]>2019-03-14 13:29:03 +0100
commit6d7e15b2fdeb4f9d2575b03cd3e382b3f8ce3a23 (patch)
tree5f5946504334d1254ef9e51f423e211d4165fe4f /Dockerfile
parent61515160a7688fa4ba2b7a7c5ddea3df2a1c1611 (diff)
downloadvaultwarden-6d7e15b2fdeb4f9d2575b03cd3e382b3f8ce3a23.tar.gz
vaultwarden-6d7e15b2fdeb4f9d2575b03cd3e382b3f8ce3a23.zip
Use web vault 2.9.0 release
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 59edcd62..6a3cab66 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine as vault
-ENV VAULT_VERSION "v2.9.0-pre1"
+ENV VAULT_VERSION "v2.9.0"
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"