diff --git a/Dockerfile b/Dockerfile index 5b7609c..33465ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:latest +FROM rust:1-bookworm # Install cross-compilation tools and dependencies RUN dpkg --add-architecture arm64 && \ @@ -108,4 +108,4 @@ ls -la target/aarch64-unknown-linux-gnu/release/\n\ ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] # Default command -CMD ["/usr/local/bin/build-aarch64.sh"] \ No newline at end of file +CMD ["/usr/local/bin/build-aarch64.sh"]