We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ab819 commit c83c0dbCopy full SHA for c83c0db
Dockerfile
@@ -11,7 +11,7 @@ RUN echo > config.yml \
11
sed -i "s@VERSION = .*@VERSION = '${VERSION}'@g" server/const.py; \
12
fi
13
14
-FROM python:3.13.2-slim
+FROM python:3.13.3-slim
15
16
ENV LANG=en_US.UTF-8 \
17
PATH=/data/py3/bin:$PATH
Dockerfile-base
@@ -1,4 +1,4 @@
1
2
3
# Install APT dependencies
4
ARG DEPENDENCIES=" \
Dockerfile-dev
-FROM registry.cn-beijing.aliyuncs.com/nineaiyu/python:3.13.2-slim
+FROM registry.cn-beijing.aliyuncs.com/nineaiyu/python:3.13.3-slim
# add pip cn mirrors
ARG PIP_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple
0 commit comments