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