aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2019-01-05 18:54:59 +0100
committerMiroslav Prasil <[email protected]>2019-01-05 18:54:59 +0100
commit77cada40854f1e1d2124776d4adf2f5cc3137a4d (patch)
tree30744c7408f681fc767a630bc6178548f110bf66 /Dockerfile
parent5f49ecd7f35cbcb9b047d02752563832990b74ec (diff)
downloadvaultwarden-77cada40854f1e1d2124776d4adf2f5cc3137a4d.tar.gz
vaultwarden-77cada40854f1e1d2124776d4adf2f5cc3137a4d.zip
Update Vault to 2.8.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 51ce8585..d0c6f818 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine as vault
-ENV VAULT_VERSION "v2.7.1"
+ENV VAULT_VERSION "v2.8.0"
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"