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 ceb3d0314d3f02cdb406ef6111429361ace938dd
parent 659f6778974ed91dabb933d7875a96914a0045fc
Author: Miroslav Prasil <miroslav@prasil.info>
Date:   Fri, 27 Jul 2018 10:01:33 +0100

Use stable release of v2.0.0

Diffstat:
MDockerfile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -4,8 +4,8 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -#ENV VAULT_VERSION "v1.27.0" -ENV VAULT_VERSION "master" +ENV VAULT_VERSION "v2.0.0" + ENV URL "https://github.com/bitwarden/web.git" RUN apk add --update-cache --upgrade \