From dbdaa4f6b0079eccd5e8e64989a7db1d87790e23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:04:41 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 696adc8..a9ff89f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -103,7 +103,7 @@ services: backend-py: profiles: ["python", "all"] - image: python:3.12 + image: python:3.13 container_name: backend-py entrypoint: /application/start-local.sh volumes: ["./backend-py:/application", "/application/.venv"] @@ -118,7 +118,7 @@ services: backend-py-test: profiles: ["python", "all"] - image: python:3.12 + image: python:3.13 container_name: backend-py-test entrypoint: /application/run-unit-tests.sh volumes: ["./backend-py:/application", "/application/.venv"]