From dd50722c00432725985b817d4efdf453f2c2cdd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:08:44 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c6e89d..b436e8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine RUN pip3 install --upgrade pip && \ pip3 install pyflakes && \