From a2a0ae8beef05bd7c6a0a697eb8daba518ea693e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:32: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.12?= 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 da41fe7..1715623 100644 --- a/.registry/Dockerfile +++ b/.registry/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.12 WORKDIR /app #COPY ./examples/ /.requirements/requirements.txt . #RUN pip install --no-cache-dir -r requirements.txt