Skip to content

Commit 98e763e

Browse files
authored
fix: Update git version in Dockerfile
1 parent d19f64c commit 98e763e

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

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

0 commit comments

Comments
 (0)