Using Python 3.12 is good enough.

(cherry picked from commit 9fd7134989)
This commit is contained in:
Patrick Lehmann
2024-10-24 22:41:20 +02:00
parent 9760023567
commit c3a999c754

View File

@@ -1,4 +1,4 @@
FROM python:3.9-slim-bullseye FROM python:3.12-slim-bookworm
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 \