From 9f27af7869f0270572f4f3008ebd77bccb288575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 22:01:14 +0000 Subject: [PATCH] build(deps): Bump python from 3.12.7-slim to 3.14.0-slim Bumps python from 3.12.7-slim to 3.14.0-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f501d37..8273640 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7 +FROM python:3.14.0 WORKDIR /app @@ -7,7 +7,7 @@ COPY requirements.txt /app RUN /app/venv/bin/pip install -U pip setuptools && \ /app/venv/bin/pip install -r requirements.txt -FROM python:3.12.7-slim +FROM python:3.14.0-slim COPY . /app COPY --from=0 /app/venv /app/venv RUN mkdir -p /app/opbeans/static/