From 615106571785d900b1a41c8ce0c652e5b33d9ddf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:52:33 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1296d5..d9abc3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine RUN pip3 install --upgrade pip && \ pip3 install pyflakes && \