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 89e3c41043c49da2e906181e50cd1e2686d62abe
parent 2dccbd34126ebd07630d03400c62e4769a9b5efb
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Tue, 18 Sep 2018 16:03:10 +0200

Merge pull request #191 from mprasil/vault_2.3.0

Update Vault to v2.3.0
Diffstat:
MDockerfile | 2+-
MDockerfile.alpine | 2+-
MDockerfile.armv7 | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

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