From a3fa38a4fbc83f0a69f6804a53c3f501cbed6eed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:36:59 +0000 Subject: [PATCH] feat(Dependencies): Update python Docker tag to v3.13 | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | python | 3.12 | 3.13 | --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 53beade..51191dc 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python 3.12 slim image -FROM python:3.12-slim +FROM python:3.13-slim