From e37494b23029a278cd63da04ce3e4f496c4919cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:55:42 +0000 Subject: [PATCH] Update dependency python to v3.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1049f8c..e4977a8b 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.13.1 RUN install-tool python ${PYTHON_VERSION} RUN install-apt build-essential libffi-dev libmagic1 COPY requirements.txt .