From 28226c504d3de88c013f0befb3fb71d567af526a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:59:44 +0000 Subject: [PATCH] Update python Docker tag to v3.13.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad10376..a0d6773 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM python:3.12.7-alpine3.20 AS certbot +FROM python:3.13.0-alpine3.20 AS certbot RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates build-base libffi-dev && \ python3 -m venv /usr/local && \