From 8d988bd52d98e1229cace987af22136957deef82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:02:49 +0000 Subject: [PATCH] Update python Docker tag to v3.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2dcca9..c6684fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.0-alpine +FROM python:3.13.1-alpine RUN apk add --no-cache --update git make gcc python3-dev musl-dev && \ set -ex && \