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 07a30c83344bb1520d6b8c95e3fae4a182cc81f6
parent 659f6778974ed91dabb933d7875a96914a0045fc
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Mon, 30 Jul 2018 15:43:41 +0200

Merge pull request #106 from mprasil/beta_stable

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 \