fix: downgrade pythoh from 3.13 to 3.12

This commit is contained in:
monosans
2024-10-08 08:21:41 +03:00
parent 97f4e97a70
commit 7b0b15760e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
},
{
"matchCategories": ["docker"],
"matchDepNames": ["python"],
"matchDepNames": ["docker.io/python"],
"matchUpdateTypes": ["minor"],
"automerge": false
}
+1 -1
View File
@@ -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 \