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:
parent
0104e46e60
commit
e98d1c2825
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue