Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix: downgrade pythoh from 3.13 to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 8, 2024
1 parent 4492e40 commit a7d5ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"matchCategories": ["docker"],
"matchDepNames": ["python"],
"matchDepNames": ["docker.io/python"],
"matchUpdateTypes": ["minor"],
"automerge": false
}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.13-slim-bookworm AS python-base-stage
FROM docker.io/python:3.12-slim-bookworm AS python-base-stage

ENV \
PYTHONDONTWRITEBYTECODE=1 \
Expand Down

0 comments on commit a7d5ea4

Please sign in to comment.