We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87fff1 commit 0cdc936Copy full SHA for 0cdc936
Dockerfile
@@ -15,7 +15,7 @@ COPY requirements.txt *.py /action/workspace/
15
16
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
17
&& apt-get -y update \
18
- && apt-get -y install --no-install-recommends git=2.47.2-0.2 \
+ && apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
19
&& rm -rf /var/lib/apt/lists/*
20
21
CMD ["/action/workspace/stale_repos.py"]
0 commit comments