From d6df4efc32e7d07289d81ee6a49b300d7862cce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:32:45 +0000 Subject: [PATCH] Bump python in the all-dependencies group Bumps the all-dependencies group with 1 update: python. Updates `python` from 3.12.7-slim to 3.13.2-slim --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 81453c68..77efb056 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7 AS python-base +FROM python:3.13.2 AS python-base ENV PIP_DEFAULT_TIMEOUT=100 \ PIP_DISABLE_PIP_VERSION_CHECK=on \ @@ -18,7 +18,7 @@ COPY poetry.lock pyproject.toml README.md . COPY ctms /opt/pysetup/ctms/ RUN $POETRY_HOME/bin/poetry install --only main -FROM python:3.12.7-slim AS production +FROM python:3.13.2-slim AS production COPY bin/update_and_install_system_packages.sh /opt RUN opt/update_and_install_system_packages.sh libpq5