Bump python from 3.10-slim to 3.14-slim

Bumps python from 3.10-slim to 3.14-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-04 21:42:34 +00:00
committed by GitHub
parent fc12f2003d
commit 56a4499c63
+1 -1
View File
@@ -11,7 +11,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
RUN pnpm run build RUN pnpm run build
# Main Python image with everything # Main Python image with everything
FROM python:3.10-slim FROM python:3.14-slim
# Set environment variables # Set environment variables
ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONDONTWRITEBYTECODE=1