Skip to content

Commit f64ea11

Browse files
authored
Bump alpine default tag to 3.21 (#11157)
## Summary Alpine 3.21 has been released for a few months and it's now being used officially under `alpine` based [python images](https://hub.docker.com/_/python), hence our python-alpine based images has been using 3.21 since uv 0.5.8 under the hood. This could arguably be `breaking` as we're dropping alpine3.20 top-level tag, so it could be a good candidate for 0.6.0. Alternatively, we can keep support for 3.20 and make this non-breaking by simply repointing alpine to now be 3.21 and keeping the 3.20 tag around.
1 parent cf366a5 commit f64ea11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
# Mapping of base image followed by a comma followed by one or more base tags (comma separated)
177177
# Note, org.opencontainers.image.version label will use the first base tag (use the most specific tag first)
178178
image-mapping:
179-
- alpine:3.20,alpine3.20,alpine
179+
- alpine:3.21,alpine3.21,alpine
180180
- debian:bookworm-slim,bookworm-slim,debian-slim
181181
- buildpack-deps:bookworm,bookworm,debian
182182
- python:3.13-alpine,python3.13-alpine

0 commit comments

Comments
 (0)