ci: update Dockerfile python version

This commit is contained in:
Junyan Qin
2025-05-14 22:22:17 +08:00
parent 696162ee52
commit 1272b8ef16

View File

@@ -6,7 +6,7 @@ COPY web ./web
RUN cd web && npm install && npm run build RUN cd web && npm install && npm run build
FROM python:3.10.13-slim FROM python:3.12.7-slim
WORKDIR /app WORKDIR /app