修正为python3.12镜像

This commit is contained in:
2026-06-01 10:11:25 +08:00
parent 77bdf56adf
commit a91b6ab21f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim
WORKDIR /app