From a54de2dcb6bd1101ee0dd7950abf7609d47044df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:27:52 +0100 Subject: [PATCH] Update python Docker tag to v3.13 (#9) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 555dcd9..cd9780f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # We use the official Python 3.11 image as our base image and will add our code to it. For more details, see https://hub.docker.com/_/python -FROM python:3.11-slim +FROM python:3.13-slim # We install poetry to generate a list of dependencies which will be required by our application RUN pip install poetry==1.8.4