We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ff06e commit e6984e6Copy full SHA for e6984e6
1 file changed
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.47.2-0.2 \
+ && apt-get -y install --no-install-recommends git=1:2.47.3-0+deb13u1 \
21
&& rm -rf /var/lib/apt/lists/*
22
23
CMD ["/action/workspace/issue_metrics.py"]
0 commit comments