File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5353ENV PYTHONUNBUFFERED=1
5454
55- ENV PYTHON_VERSION=3.12.11 -r0
55+ ENV PYTHON_VERSION=3.12.12 -r0
5656
5757RUN apk add --no-cache \
5858 python3=${PYTHON_VERSION} \
Original file line number Diff line number Diff 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
5555ENV PYTHONUNBUFFERED=1
5656
57- ENV PYTHON_VERSION=3.11.2-1+b1
57+ ENV PYTHON_VERSION=3.13.5-1
5858
5959RUN set -eux \
6060 && DEBIAN_FRONTEND=noninteractive apt-get -qqy update \
You can’t perform that action at this time.
0 commit comments