mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-01 15:34:48 +00:00
Fixed Debian Image
This commit is contained in:
parent
84db8936fe
commit
30d00989b4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ RUN cargo build --features ${DB} --release --target=aarch64-unknown-linux-gnu -v
|
|||
######################## RUNTIME IMAGE ########################
|
||||
# Create a new stage with a minimal image
|
||||
# because we already have a binary built
|
||||
FROM balenalib/aarch64-debian
|
||||
FROM balenalib/aarch64-debian:stretch
|
||||
|
||||
ENV ROCKET_ENV "staging"
|
||||
ENV ROCKET_PORT=80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue