From a1665c322ed3894ef795a278e71397fb7e7cbd5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:56:58 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(deps?= =?UTF-8?q?):=20update=20python=20docker=20tag=20to=20v3.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .registry/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.registry/Dockerfile b/.registry/Dockerfile index da41fe79..a20afd5c 100644 --- a/.registry/Dockerfile +++ b/.registry/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.13 WORKDIR /app #COPY ./examples/ /.requirements/requirements.txt . #RUN pip install --no-cache-dir -r requirements.txt