vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 04b198a7e24674ecd211b89d0b03810e8d120cac
parent 8ffa7ebb6abea34f93b43aabba2ab3193234bba3
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Thu,  9 Aug 2018 01:43:22 +0200

Merge pull request #120 from mprasil/vault_2.1.1

Update vault to latest version
Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -4,7 +4,7 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -ENV VAULT_VERSION "v2.0.0" +ENV VAULT_VERSION "v2.1.1" ENV URL "https://github.com/bitwarden/web.git"