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 0da4a8fc8a477834c4b39e88069d027545dbdc96
parent f1b4a146ae610249575cee42ce0cd4aafb371a55
Author: Miroslav Prasil <miroslav@prasil.info>
Date:   Fri,  1 Jun 2018 21:24:23 +0100

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 \