Install 1.54.1 PyGithub Only

This commit is contained in:
Varun Sridharan 2021-04-30 06:33:27 +05:30
parent 1d41977807
commit 92aa89436f
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -4,7 +4,7 @@ RUN apk add python3
RUN apk add py3-pip
RUN pip3 install PyGithub
RUN pip3 install "PyGithub==1.54.1"
COPY entrypoint.sh /entrypoint.sh