Merge pull request #6 from kevinveenbirkenbach/dependabot/docker/python-3.14-slim

build(deps): bump python from 3.12-slim to 3.14-slim
This commit is contained in:
2026-09-23 00:48:49 +02:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ COPY app/package.json ./
COPY app/scripts ./scripts
RUN npm install --omit=dev --no-audit --no-fund
FROM python:3.12-slim AS base
FROM python:3.14-slim AS base
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \