From 8ca4c10b95790c61d3852fa4216f188fe2e409f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 02:03:02 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index d5afe83..80dd43f 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine3.19 +FROM python:3.13-alpine3.19 RUN apk add --no-cache tini