We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5f02f commit d721b2eCopy full SHA for d721b2e
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-all=1:2.39.2-1.1 \
+ && apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u1 \
21
&& rm -rf /var/lib/apt/lists/*
22
23
CMD ["/action/workspace/issue_metrics.py"]
0 commit comments