Skip to content

Commit 3c3fa1e

Browse files
samypr100zanieb
authored andcommitted
Bump alpine default tag to 3.21 (#11157)
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 bccd1dc commit 3c3fa1e

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
@@ -177,7 +177,7 @@ jobs:
177177
# Mapping of base image followed by a comma followed by one or more base tags (comma separated)
178178
# Note, org.opencontainers.image.version label will use the first base tag (use the most specific tag first)
179179
image-mapping:
180-
- alpine:3.20,alpine3.20,alpine
180+
- alpine:3.21,alpine3.21,alpine
181181
- debian:bookworm-slim,bookworm-slim,debian-slim
182182
- buildpack-deps:bookworm,bookworm,debian
183183
- python:3.13-alpine,python3.13-alpine

0 commit comments

Comments
 (0)