mirror of
https://github.com/AllSpiceIO/post-dr-comment.git
synced 2025-04-01 12:46:55 +00:00
Downgrade to python 3.11
We're seeing this error: https://github.com/python/cpython/issues/120788 In some runs, so this commit downgrades Python to 3.11, as all reports of that bug seem to be from 3.12.
This commit is contained in:
parent
6546147359
commit
741b40d81e
@ -1,4 +1,4 @@
|
||||
FROM python:3.12-bookworm
|
||||
FROM python:3.11-bookworm
|
||||
|
||||
COPY requirements.txt /requirements.txt
|
||||
COPY post_dr_comment.py /post_dr_comment.py
|
||||
|
Loading…
Reference in New Issue
Block a user