3v324v23 commited on
Commit
472462c
·
1 Parent(s): 7701804
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # 使用官方 Python 镜像
2
- FROM python:3.9-slim
3
 
4
  # 安装 Git
5
  RUN apt-get update && \
 
1
  # 使用官方 Python 镜像
2
+ FROM python:3.13
3
 
4
  # 安装 Git
5
  RUN apt-get update && \