diff options
author | Miroslav Prasil <[email protected]> | 2018-09-18 13:53:25 +0100 |
---|---|---|
committer | Miroslav Prasil <[email protected]> | 2018-09-18 13:53:25 +0100 |
commit | 3da410ef717715644cfb7abca0c62e31e2ffee6e (patch) | |
tree | 3f5dd7cee652cd3037dd3e580b91d99b8bc2fec9 /Dockerfile | |
parent | 2dccbd34126ebd07630d03400c62e4769a9b5efb (diff) | |
download | vaultwarden-3da410ef717715644cfb7abca0c62e31e2ffee6e.tar.gz vaultwarden-3da410ef717715644cfb7abca0c62e31e2ffee6e.zip |
Update Vault to v2.3.0
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -ENV VAULT_VERSION "v2.2.0" +ENV VAULT_VERSION "v2.3.0" ENV URL "https://github.com/bitwarden/web.git" |