mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
use image 'python:slim-bullseye' instead of 'python:alpine'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:alpine
|
||||
FROM python:slim-bullseye
|
||||
COPY tip.py /tip.py
|
||||
RUN pip install PyGithub --progress-bar off
|
||||
ENTRYPOINT ["/tip.py"]
|
||||
|
||||
Reference in New Issue
Block a user