chore(docker): update Python base image from 3.13-slim to 3.14-slim

This commit is contained in:
shiyu
2025-12-25 15:54:53 +08:00
parent 09c65bffb7
commit 239216e574

View File

@@ -9,7 +9,7 @@ COPY web/ ./
RUN bun run build
FROM python:3.13-slim
FROM python:3.14-slim
WORKDIR /app