From 1307644e0aa9f76f70520faa559eb7d15484b59e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:02:05 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c86aa0bef..08e33fcde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.10 -FROM python:3.12-bookworm AS docs-source +FROM python:3.13-bookworm AS docs-source COPY --link docs/ /docs/