From 1ae69d5329b491951889a99c64eaf960ba4cdf0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:51:35 +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 2080f03a..3914ecff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. -FROM python:3.12-slim +FROM python:3.13-slim RUN apt-get update && \ apt-get install -y --no-install-recommends git=1:2.39.* && \