This commit is contained in:
jinql
2025-09-10 15:36:18 +08:00
parent cb9b9c2d35
commit 0adc1e717d
8 changed files with 48 additions and 253 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.12-slim AS builder
FROM python:3.13-slim AS builder
WORKDIR /app
@@ -9,7 +9,7 @@ COPY . .
RUN python -m compileall -b .
FROM python:3.12-slim
FROM python:3.13-slim
WORKDIR /app