Update Dockerfile

This commit is contained in:
Daniel Bulant 2023-06-13 23:13:14 +02:00 committed by GitHub
parent 587a609761
commit e2deac0201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ RUN touch /usr/src/app/src/main.rs
RUN rm /usr/src/app/target -rf
RUN cargo build
RUN cargo build --release
#--target x86_64-unknown-linux-musl
FROM debian:bookworm