From 2215834b797e05aeffc551f5c10be2886837779b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 09:12:57 +0000 Subject: [PATCH] build(deps): bump python from 3.12-slim to 3.14-slim in /services/api Bumps python from 3.12-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/Dockerfile b/services/api/Dockerfile index 38d2851..8a0086c 100644 --- a/services/api/Dockerfile +++ b/services/api/Dockerfile @@ -7,7 +7,7 @@ COPY web/ ./ RUN npm run build # ── Stage 2 · the BFF, serving the API + the built console ───────────── -FROM python:3.12-slim +FROM python:3.14-slim WORKDIR /app COPY services/api/requirements.txt ./requirements.txt