Using Python 3.12 is good enough.

This commit is contained in:
Patrick Lehmann
2024-10-24 22:41:20 +02:00
committed by GitHub
parent 5819e08cff
commit 9fd7134989

View File

@@ -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 \