Squashme: Builder also on trixie

I noticed it was "fixed" already by holding back the builder.
Well, this is another alternative

(Squash this)
This commit is contained in:
Gunnar Andersson 2026-02-16 01:47:14 +01:00
parent 0104e46e60
commit e98d1c2825

View file

@ -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