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 3da410ef717715644cfb7abca0c62e31e2ffee6e
parent 2dccbd34126ebd07630d03400c62e4769a9b5efb
Author: Miroslav Prasil <miroslav@prasil.info>
Date:   Tue, 18 Sep 2018 13:53:25 +0100

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"