Skip to content

Commit 8971b2d

Browse files
committed
Pin the build container to Rust 1.90-slim-bullseye
1 parent 0a45003 commit 8971b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:latest
1+
FROM rust:1.90-slim-bullseye
22

33
# Install cross-compilation tools and dependencies
44
RUN dpkg --add-architecture arm64 && \
@@ -12,7 +12,7 @@ RUN dpkg --add-architecture arm64 && \
1212
clang \
1313
cmake \
1414
make \
15-
libstdc++-11-dev:arm64 \
15+
libstdc++-10-dev:arm64 \
1616
libc6-dev:arm64 \
1717
curl \
1818
wget \

0 commit comments

Comments
 (0)