From e98d1c28257c963c95febf6a88d0c6515eee6c71 Mon Sep 17 00:00:00 2001 From: Gunnar Andersson Date: Mon, 16 Feb 2026 01:47:14 +0100 Subject: [PATCH] Squashme: Builder also on trixie I noticed it was "fixed" already by holding back the builder. Well, this is another alternative (Squash this) --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9608ea..6a5af91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ # syntax=docker/dockerfile:1 # ── Stage 1: Build ──────────────────────────────────────────── -# Keep builder and release on Debian 12 to avoid GLIBC ABI drift -# (`rust:1.93-slim` now tracks Debian 13 and can require newer glibc than distroless Debian 12). -FROM rust:1.93-slim-bookworm AS builder +FROM rust:1.93-slim-trixie AS builder WORKDIR /app