1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-23 19:42:50 +00:00

Updated web vault to hide org plans again and updated dependencies

This commit is contained in:
Daniel García 2019-05-11 22:27:51 +02:00
parent 4545f271c3
commit 2a4cd24c60
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
8 changed files with 255 additions and 252 deletions

View file

@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine as vault
ENV VAULT_VERSION "v2.10.0b"
ENV VAULT_VERSION "v2.10.0c"
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"