File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# checkov:skip=CKV_DOCKER_2
2
2
# checkov:skip=CKV_DOCKER_3
3
- FROM python:3.13-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652
3
+ FROM python:3.13-slim@sha256:8f3aba466a471c0ab903dbd7cb979abd4bda370b04789d25440cc90372b50e04
4
4
LABEL com.github.actions.name="stale-repos" \
5
5
com.github.actions.description="Find stale repositories in a GitHub organization." \
6
6
com.github.actions.icon="check-square" \
@@ -17,7 +17,7 @@ COPY requirements.txt stale_repos.py /action/workspace/
17
17
18
18
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
19
19
&& 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 \
21
21
&& rm -rf /var/lib/apt/lists/*
22
22
23
23
CMD ["/action/workspace/stale_repos.py" ]
You can’t perform that action at this time.
0 commit comments