diff options
author | Daniel García <[email protected]> | 2019-02-27 17:28:04 +0100 |
---|---|---|
committer | Daniel García <[email protected]> | 2019-02-27 17:28:04 +0100 |
commit | c6c00729e39566bb978538729888f58c6638c5f0 (patch) | |
tree | 8f654fcaeb08a5d79205a03bcf1f0f55df5995ee /Dockerfile | |
parent | 10756b0920d9f5b4a25196cfe878ef444647db3d (diff) | |
download | vaultwarden-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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |