We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cda929 commit d9da6b7Copy full SHA for d9da6b7
Dockerfile.extproc
@@ -1,5 +1,5 @@
1
# Build the Rust library using Makefile
2
-FROM rust:1.85 AS rust-builder
+FROM rust:1.90 AS rust-builder
3
4
# Install make and other build dependencies including cross-compilation tools
5
RUN apt-get update && apt-get install -y \
Dockerfile.extproc.cross
# Cross-compilation optimized Dockerfile for ARM64
-FROM --platform=linux/amd64 rust:1.85 AS rust-cross-builder
+FROM --platform=linux/amd64 rust:1.90 AS rust-cross-builder
# Install cross-compilation dependencies
RUN dpkg --add-architecture arm64 && \
0 commit comments