diff options
author | Daniel García <[email protected]> | 2018-12-03 20:28:13 +0100 |
---|---|---|
committer | Daniel García <[email protected]> | 2018-12-03 20:28:13 +0100 |
commit | 2129946d14129c75a2afff74fa1608a6941a3176 (patch) | |
tree | dfbb6001bd3d9d38ed25c1d45492fad5cfda2d79 /Dockerfile | |
parent | bdcdb08fc10b00bb05d91ad089c4dc5ba79a8a33 (diff) | |
download | vaultwarden-2129946d14129c75a2afff74fa1608a6941a3176.tar.gz vaultwarden-2129946d14129c75a2afff74fa1608a6941a3176.zip |
Updated deps and web vault to 2.6.1
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.6.0" +ENV VAULT_VERSION "v2.6.1" ENV URL "https://github.com/bitwarden/web.git" |