From 20fab7d5ba13198823dcc3fb60692bfe0119d185 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Thu, 28 May 2026 18:46:05 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dfb6ec6..7c06116 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY Cargo.toml . COPY src ./src -RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain x86_64-unknown-linux-musl -y +RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain unknown-linux-musl -y RUN RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --release --target x86_64-unknown-linux-musl