Skip to content

Commit 54953a8

Browse files
committed
Update dependencies, move to alpine
1 parent 457e204 commit 54953a8

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM python:3.9.6-slim-buster
1+
FROM python:3.12-alpine
22
LABEL org.opencontainers.image.source=https://github.com/mini-bomba/create-github-release
33

44
# Install git
5-
RUN apt-get update && apt-get install git -y --no-install-recommends
5+
RUN apk add --no-cache git
66
# Install python deps
77
COPY requirements.txt /requirements.txt
88
RUN pip install -r /requirements.txt

requirements.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
PyGithub==1.55
1+
certifi==2024.7.4
2+
cffi==1.16.0
3+
charset-normalizer==3.3.2
4+
cryptography==42.0.8
5+
Deprecated==1.2.14
6+
idna==3.7
7+
pycparser==2.22
8+
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PyGithub==2.3.0

0 commit comments

Comments
 (0)