Skip to content

Commit 0cdc936

Browse files
committed
fix: missed prefix
Signed-off-by: jmeridth <[email protected]>
1 parent b87fff1 commit 0cdc936

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
@@ -15,7 +15,7 @@ COPY requirements.txt *.py /action/workspace/
1515

1616
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
1717
&& apt-get -y update \
18-
&& apt-get -y install --no-install-recommends git=2.47.2-0.2 \
18+
&& apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
1919
&& rm -rf /var/lib/apt/lists/*
2020

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

0 commit comments

Comments
 (0)