From 1968c4dea91f2131cfb37b6725be76aebb9628e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 04:01:36 +0000 Subject: [PATCH] Update dependency python to v3.12.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f037e1d5..15153a3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ COPY --from=tsbuild /usr/src/app/bin bin COPY --from=tsbuild /usr/src/app/node_modules node_modules # renovate: datasource=github-releases packageName=containerbase/python-prebuild depname=python -ARG PYTHON_VERSION=3.11.9 +ARG PYTHON_VERSION=3.12.7 RUN install-tool python ${PYTHON_VERSION} RUN install-apt build-essential libffi-dev libmagic1 COPY requirements.txt .