mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Using Python 3.12 is good enough.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12.7-slim-bullseye
|
||||
FROM python:3.12-slim-bullseye
|
||||
COPY releaser.py /releaser.py
|
||||
RUN pip install PyGithub --progress-bar off \
|
||||
&& apt update -qq \
|
||||
|
||||
Reference in New Issue
Block a user