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:
parent
30d00989b4
commit
1f2b253bb0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue