chore(deps): bump python in /containers/app

Bumps python from 3.13.7-slim-trixie to 3.14.2-slim-trixie.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14.2-slim-trixie
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-22 14:20:50 +00:00 committed by GitHub
parent 5553d3ca2e
commit 238a1d13af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ RUN npm ci
COPY frontend ./
RUN npm run build
FROM python:3.13.7-slim-trixie AS base
FROM python:3.14.2-slim-trixie AS base
FROM base AS backend-builder
WORKDIR /app