We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdb5b0 commit ea01faaCopy full SHA for ea01faa
.github/workflows/build.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Set up Python
41
uses: actions/setup-python@v5
42
with:
43
- python-version: '3.12'
+ python-version: '3.13'
44
- name: Run pre-commit (all files)
45
run: |
46
pip install --no-cache-dir poetry=='1.8.5'
Dockerfile
@@ -1,5 +1,5 @@
1
# The default base image
2
-ARG from_image=python:3.12.9-alpine3.21
+ARG from_image=python:3.13.6-alpine3.22
3
FROM ${from_image} AS python-base
4
5
# Labels
0 commit comments