Skip to content

Commit d9da6b7

Browse files
committed
chore: upgrade rust version to 1.90 in all related Dockerfiles
Signed-off-by: carlory <[email protected]>
1 parent 9cda929 commit d9da6b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.extproc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the Rust library using Makefile
2-
FROM rust:1.85 AS rust-builder
2+
FROM rust:1.90 AS rust-builder
33

44
# Install make and other build dependencies including cross-compilation tools
55
RUN apt-get update && apt-get install -y \

Dockerfile.extproc.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cross-compilation optimized Dockerfile for ARM64
2-
FROM --platform=linux/amd64 rust:1.85 AS rust-cross-builder
2+
FROM --platform=linux/amd64 rust:1.90 AS rust-cross-builder
33

44
# Install cross-compilation dependencies
55
RUN dpkg --add-architecture arm64 && \

0 commit comments

Comments
 (0)