From 2bd392fcfe4f3d3fbe838f28602e6e1eca92b60c Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Wed, 28 Jan 2026 09:23:21 -0500 Subject: [PATCH] Bump docker published images to alpine 3.23 and debian trixie (#21149) ## Summary Similar to https://github.com/astral-sh/uv/pull/15352, change default debian distro for docker images to trixie, and bump alpine to 3.23. Note, this should likely have the breaking change label. Fixes https://github.com/astral-sh/ruff/issues/21664 --- .github/workflows/build-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 736948f0b1..9b5af44301 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -169,9 +169,9 @@ jobs: # Mapping of base image followed by a comma followed by one or more base tags (comma separated) # Note, org.opencontainers.image.version label will use the first base tag (use the most specific tag first) image-mapping: - - alpine:3.21,alpine3.21,alpine - - debian:bookworm-slim,bookworm-slim,debian-slim - - buildpack-deps:bookworm,bookworm,debian + - alpine:3.23,alpine3.23,alpine + - debian:trixie-slim,trixie-slim,debian-slim + - buildpack-deps:trixie,trixie,debian steps: - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0