Skip to content

Commit 89a72a3

Browse files
committed
fix: git version in Dockerfile
Signed-off-by: jmeridth <[email protected]>
1 parent d25a1eb commit 89a72a3

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

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

0 commit comments

Comments
 (0)