Skip to content

Commit e6984e6

Browse files
committed
fix: update git package version
Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>
1 parent 38ff06e commit e6984e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY requirements.txt *.py /action/workspace/
1717

1818
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
1919
&& apt-get -y update \
20-
&& apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
20+
&& apt-get -y install --no-install-recommends git=1:2.47.3-0+deb13u1 \
2121
&& rm -rf /var/lib/apt/lists/*
2222

2323
CMD ["/action/workspace/issue_metrics.py"]

0 commit comments

Comments
 (0)