We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457e204 commit 54953a8Copy full SHA for 54953a8
3 files changed
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM python:3.9.6-slim-buster
+FROM python:3.12-alpine
2
LABEL org.opencontainers.image.source=https://github.com/mini-bomba/create-github-release
3
4
# Install git
5
-RUN apt-get update && apt-get install git -y --no-install-recommends
+RUN apk add --no-cache git
6
# Install python deps
7
COPY requirements.txt /requirements.txt
8
RUN pip install -r /requirements.txt
requirements.txt
@@ -1 +1,14 @@
-PyGithub==1.55
+certifi==2024.7.4
+cffi==1.16.0
+charset-normalizer==3.3.2
+cryptography==42.0.8
+Deprecated==1.2.14
+idna==3.7
+pycparser==2.22
+PyGithub==2.3.0
9
+PyJWT==2.8.0
10
+PyNaCl==1.5.0
11
+requests==2.32.3
12
+typing_extensions==4.12.2
13
+urllib3==2.2.2
14
+wrapt==1.16.0
requirements_directdeps.txt
@@ -0,0 +1 @@
0 commit comments