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 4545f271c33b5893defb447a588c9761602db62d
parent 5521a866934e4a8f6d4f3ca7bfe3aefa3808d113
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Thu,  2 May 2019 22:33:43 +0200

Merge pull request #473 from Starbix/patch-1

Update Runtime Base Image to Alpine v3.9
Diffstat:
MDockerfile.alpine | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.alpine b/Dockerfile.alpine @@ -38,7 +38,7 @@ RUN cargo build --release ######################## RUNTIME IMAGE ######################## # Create a new stage with a minimal image # because we already have a binary built -FROM alpine:3.8 +FROM alpine:3.9 ENV ROCKET_ENV "staging" ENV ROCKET_PORT=80