6
mirror of https://github.com/AllSpiceIO/post-dr-comment.git synced 2025-04-03 05:16:33 +00:00

Merge pull request from AllSpiceIO/su/py-311

Downgrade to python 3.11
This commit is contained in:
Kyle Dumont 2024-09-06 12:18:56 -04:00 committed by GitHub
commit 7ecfad7d8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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