build: Upgrade to Rust 1.98 and Debian trixie

Pin the toolchain to Rust 1.98 via rust-toolchain.toml and bump the
builder image to rust:1.98-trixie. Move the runtime image from Debian
bookworm to trixie, replacing libssl3 with libssl3t64 which is the
OpenSSL runtime package name in trixie.
This commit is contained in:
2026-08-28 15:10:14 +02:00
parent dc28f8ed65
commit bdff2b5505
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.98.0"