From 26d7d2994b3846ab3a98296bde753958507285ac Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Aug 2024 19:00:26 +0000 Subject: [PATCH] Update python Docker tag to v3.13.0rc1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ed921a..d3ef217 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0b4-alpine3.19 +FROM python:3.13.0rc1-alpine3.19 RUN apk add curl -- 2.47.2