Skip to content

Commit d721b2e

Browse files
committed
fix: docker container image build
switched from git-all to just git (pinned) Signed-off-by: jmeridth <[email protected]>
1 parent ae5f02f commit d721b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-all=1:2.39.2-1.1 \
20+
&& apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u1 \
2121
&& rm -rf /var/lib/apt/lists/*
2222

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

0 commit comments

Comments
 (0)