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 e177160ee946171e4938e99019116a7b900a1e7a
parent 6364c0578989d8ad374f91e98edee66352dbf553
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Tue, 27 Nov 2018 17:29:09 +0100

Update web vault to 2.6.0

Diffstat:
MDockerfile | 2+-
MDockerfile.aarch64 | 2+-
MDockerfile.alpine | 2+-
MDockerfile.armv7 | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -4,7 +4,7 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -ENV VAULT_VERSION "v2.5.0" +ENV VAULT_VERSION "v2.6.0" ENV URL "https://github.com/bitwarden/web.git" diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 @@ -4,7 +4,7 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -ENV VAULT_VERSION "v2.5.0" +ENV VAULT_VERSION "v2.6.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.5.0" +ENV VAULT_VERSION "v2.6.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.5.0" +ENV VAULT_VERSION "v2.6.0" ENV URL "https://github.com/bitwarden/web.git"