Skip to content

Commit 2378645

Browse files
committed
Update Dockerfiles for Alpine and Debian images to use Python 3.12.12 and 3.13.5
1 parent cf023ca commit 2378645

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
99
org.opencontainers.image.licenses="MIT" \
1010
org.opencontainers.image.source="https://github.com/snowdreamtech/python" \
1111
org.opencontainers.image.vendor="Snowdream Tech" \
12-
org.opencontainers.image.version="3.12.11" \
12+
org.opencontainers.image.version="3.12.12" \
1313
org.opencontainers.image.url="https://github.com/snowdreamtech/python"
1414

1515
# Switch to the user
@@ -52,7 +52,7 @@ ENV KEEPALIVE=${KEEPALIVE} \
5252
# See: https://github.com/Docker-Hub-frolvlad/docker-alpine-python3/pull/13
5353
ENV PYTHONUNBUFFERED=1
5454

55-
ENV PYTHON_VERSION=3.12.11-r0
55+
ENV PYTHON_VERSION=3.12.12-r0
5656

5757
RUN apk add --no-cache \
5858
python3=${PYTHON_VERSION} \

debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
99
org.opencontainers.image.licenses="MIT" \
1010
org.opencontainers.image.source="https://github.com/snowdreamtech/python" \
1111
org.opencontainers.image.vendor="Snowdream Tech" \
12-
org.opencontainers.image.version="3.11.2" \
12+
org.opencontainers.image.version="3.13.5" \
1313
org.opencontainers.image.url="https://github.com/snowdreamtech/python"
1414

1515
# Switch to the user
@@ -54,7 +54,7 @@ ENV DEBIAN_FRONTEND=${DEBIAN_FRONTEND} \
5454
# See: https://github.com/Docker-Hub-frolvlad/docker-alpine-python3/pull/13
5555
ENV PYTHONUNBUFFERED=1
5656

57-
ENV PYTHON_VERSION=3.11.2-1+b1
57+
ENV PYTHON_VERSION=3.13.5-1
5858

5959
RUN set -eux \
6060
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy update \

0 commit comments

Comments
 (0)