Skip to content

Commit c83c0db

Browse files
committed
chore(deps): update python3.13.3
1 parent 50ab819 commit c83c0db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo > config.yml \
1111
sed -i "s@VERSION = .*@VERSION = '${VERSION}'@g" server/const.py; \
1212
fi
1313

14-
FROM python:3.13.2-slim
14+
FROM python:3.13.3-slim
1515

1616
ENV LANG=en_US.UTF-8 \
1717
PATH=/data/py3/bin:$PATH

Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.2-slim
1+
FROM python:3.13.3-slim
22

33
# Install APT dependencies
44
ARG DEPENDENCIES=" \

Dockerfile-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.cn-beijing.aliyuncs.com/nineaiyu/python:3.13.2-slim
1+
FROM registry.cn-beijing.aliyuncs.com/nineaiyu/python:3.13.3-slim
22

33
# add pip cn mirrors
44
ARG PIP_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple

0 commit comments

Comments
 (0)