Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 5a96323 commit 2ef084f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"]
Expand Down

0 comments on commit 2ef084f

Please sign in to comment.