From b227124f4c3ee4a83cc336b30d13d12d55876412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:47:06 +0000 Subject: [PATCH] chore(deps): bump python from 3.12-slim-bookworm to 3.14-slim-bookworm Bumps python from 3.12-slim-bookworm to 3.14-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eedf04f97..2c628d73f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN git clone --filter=blob:none --no-checkout https://github.com/vastsa/FileCod npm run build # 第二阶段:构建最终镜像 -FROM python:3.12-slim-bookworm +FROM python:3.14-slim-bookworm ARG APP_VERSION ARG VCS_REF=unknown ARG FRONTEND_2024_REF=main