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 3b09750b768e98e754abc4a16ed8843391fccf86
parent f1b4a146ae610249575cee42ce0cd4aafb371a55
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Fri,  1 Jun 2018 23:11:10 +0200

Merge pull request #39 from mprasil/vault_update

Update Vault to 1.27.0
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:9-alpine as vault -ENV VAULT_VERSION "1.26.0" +ENV VAULT_VERSION "1.27.0" ENV URL "https://github.com/bitwarden/web/archive/v${VAULT_VERSION}.tar.gz" RUN apk add --update-cache --upgrade \