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 d19f64c commit 98e763eCopy full SHA for 98e763e
Dockerfile
@@ -17,7 +17,7 @@ COPY requirements.txt stale_repos.py /action/workspace/
17
18
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
19
&& apt-get -y update \
20
- && apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u1 \
+ && apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u2 \
21
&& rm -rf /var/lib/apt/lists/*
22
23
CMD ["/action/workspace/stale_repos.py"]
0 commit comments