mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56: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
|
COPY releaser.py /releaser.py
|
||||||
RUN pip install PyGithub --progress-bar off \
|
RUN pip install PyGithub --progress-bar off \
|
||||||
&& apt update -qq \
|
&& apt update -qq \
|
||||||
|
|||||||
Reference in New Issue
Block a user