mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
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
This commit is contained in:
committed by
Brent Westbrook
parent
a57cf57d02
commit
2bd392fcfe
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user