From 4451f8d6cc9f8e4a614354b04116da7b8d31042b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 18:49:36 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bee50d9..c1d4f70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /code COPY ./*.sh ./ RUN shellcheck -e SC1091,SC1090 ./*.sh -FROM python:3.11.4-bullseye AS restore +FROM python:3.13.6-bullseye AS restore WORKDIR /code COPY ./requirements.txt ./requirements.txt RUN pip install --no-cache-dir --upgrade -r ./requirements.txt