test 6
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# 使用官方 Python 镜像
|
| 2 |
-
FROM python:3.
|
| 3 |
|
| 4 |
# 安装 Git
|
| 5 |
RUN apt-get update && \
|
|
|
|
| 1 |
# 使用官方 Python 镜像
|
| 2 |
+
FROM python:3.13
|
| 3 |
|
| 4 |
# 安装 Git
|
| 5 |
RUN apt-get update && \
|