File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Rust toolchain setup
2- FROM --platform=${BUILDPLATFORM} rust:1.89.0@sha256:6e6d04bd50cd4c433a805c58c13f186a508c5b5417b9b61cae40ec28e0593c51 AS rust-base
2+ FROM --platform=${BUILDPLATFORM} rust:1.89.0-trixie @sha256:6e6d04bd50cd4c433a805c58c13f186a508c5b5417b9b61cae40ec28e0593c51 AS rust-base
33
44ARG APPLICATION_NAME
55
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ rust_flags="-Clink-self-contained=yes -Clinker=rust-lld"
88
99case $TARGET in
1010 x86_64-unknown-linux-* )
11- c_compiler=" x86_64-linux-gnu-gcc-12 "
12- cpp_compiler=" x86_64-linux-gnu-g++-12 "
11+ c_compiler=" x86_64-linux-gnu-gcc-14 "
12+ cpp_compiler=" x86_64-linux-gnu-g++-14 "
1313 ;;
1414 aarch64-unknown-linux-* )
1515 c_compiler=" aarch64-linux-gnu-gcc"
You can’t perform that action at this time.
0 commit comments