From b0893dfcefb55e16ebf05833493002b95881c54b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:38:57 +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