diff --git a/Dockerfile b/Dockerfile index 740c09a..51a3658 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.71.0-alpine3.19 +FROM rust:1.71.0-alpine # Set the target architecture as an ARG (default to x86_64) ARG TARGET=x86_64-unknown-linux-musl