Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.11 (#1292)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Derek Roberts <derek.roberts@gmail.com>
  • Loading branch information
3 people authored Aug 12, 2023
1 parent 4b7cc78 commit c83c483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:

backend-python-model-generator:
profiles: ["python", "all"]
image: python:3.9-slim-buster # DO NOT change, as it breaks the module.
image: python:3.11-slim-buster # DO NOT change, as it breaks the module.
container_name: backend-python-model-generator
environment:
<<: *postgres-vars
Expand Down

0 comments on commit c83c483

Please sign in to comment.