Skip to content

Commit cb59314

Browse files
committed
fix: update Python version to 3.12.10-r1 in Dockerfile
1 parent 5cede09 commit cb59314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
1616
# See: https://github.com/Docker-Hub-frolvlad/docker-alpine-python3/pull/13
1717
ENV PYTHONUNBUFFERED=1
1818

19-
ENV PYTHON_VERSION=3.12.10-r0
19+
ENV PYTHON_VERSION=3.12.10-r1
2020

2121
ARG GID=1000 \
2222
UID=1000 \

0 commit comments

Comments
 (0)