Skip to content

Commit

Permalink
update python 3.13 to stable and add python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
imxieke committed Oct 29, 2024
1 parent 5a49569 commit 6d001ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
TZ: Asia/Shanghai
IMAGE_NAME: python
IMAGE_TAGS: "latest 2.7 3.8 3.9 3.10 3.11 3.12 3.13"
IMAGE_TAGS: "latest 2.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion images/python/3.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13-rc-alpine
FROM python:3.13-alpine

LABEL org.opencontainers.image.title="Python" \
org.opencontainers.image.authors="Cloudflying <[email protected]>" \
Expand Down
9 changes: 9 additions & 0 deletions images/python/3.14/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:3.14-rc-alpine

LABEL org.opencontainers.image.title="Python" \
org.opencontainers.image.authors="Cloudflying <[email protected]>" \
org.opencontainers.image.source="https://github.com/dockenv/dockenv-images" \
org.opencontainers.image.url="https://dockenv.github.io" \
org.opencontainers.image.description='Python is an interpreted, interactive, object-oriented, open-source programming language.'

CMD ["python3"]

0 comments on commit 6d001ba

Please sign in to comment.