修改python版本

This commit is contained in:
2026-03-17 12:11:28 +08:00
parent 14263e8ea3
commit 70c4a813ef
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
# ============================================================
# ---- 基础层 ----
FROM python:3.11-slim AS base
FROM python:3.10-slim AS base
WORKDIR /app