We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25a1eb commit 89a72a3Copy full SHA for 89a72a3
Dockerfile
@@ -17,7 +17,7 @@ COPY requirements.txt *.py /action/workspace/
17
18
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
19
&& apt-get -y update \
20
- && apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u2 \
+ && apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
21
&& rm -rf /var/lib/apt/lists/*
22
23
CMD ["/action/workspace/contributors.py"]
0 commit comments