Skip to content

Commit e0ea2a2

Browse files
feat: pin to trixie, use gcc-14 from trixie
1 parent b062e02 commit e0ea2a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
ARG APPLICATION_NAME
55

build-scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ rust_flags="-Clink-self-contained=yes -Clinker=rust-lld"
88

99
case $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"

0 commit comments

Comments
 (0)