File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.13-slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a
1
+ FROM python:3.13.7 -slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7
2
2
LABEL com.github.actions.name="stale-repos" \
3
3
com.github.actions.description="Find stale repositories in a GitHub organization." \
4
4
com.github.actions.icon="check-square" \
@@ -15,7 +15,7 @@ COPY requirements.txt *.py /action/workspace/
15
15
16
16
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
17
17
&& apt-get -y update \
18
- && apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u2 \
18
+ && apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
19
19
&& rm -rf /var/lib/apt/lists/*
20
20
21
21
CMD ["/action/workspace/stale_repos.py" ]
You can’t perform that action at this time.
0 commit comments