1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-19 08:02:43 +00:00

Fixed Alpine to 3.10

This commit is contained in:
JacobiteDE 2019-06-24 10:19:42 +02:00 committed by GitHub
commit 1f2b253bb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ RUN cargo build --features ${DB} --release
######################## RUNTIME IMAGE ########################
# Create a new stage with a minimal image
# because we already have a binary built
FROM alpine
FROM alpine:3.10
ENV ROCKET_ENV "staging"
ENV ROCKET_PORT=80