From 4f091cfdd9ead308db5eb3e52b6e2b734bced8a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 06:02:26 +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 e179394..c385303 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN wget \ RUN make darkhttpd-static \ && strip darkhttpd-static -FROM python:3.12-alpine AS Build-app +FROM python:3.13-alpine AS Build-app RUN apk add --no-cache git binutils clang gcc build-base g++ zlib-dev RUN pip install --upgrade pip