mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
docker: revert to Python 3.9 (#163)
Related to #160. The errors started around the time when Python 3.10 was released, so go back to 3.9.x to see if that is related.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:slim-bullseye
|
||||
FROM python:3.9-slim-bullseye
|
||||
COPY tip.py /tip.py
|
||||
RUN pip install PyGithub --progress-bar off
|
||||
ENTRYPOINT ["/tip.py"]
|
||||
|
||||
Reference in New Issue
Block a user