Skip to content

Commit 3eb6225

Browse files
chore(deps): bump python from 3.13-slim to 3.13.7-slim in the dependencies group (#361)
* chore(deps): bump python in the dependencies group Bumps the dependencies group with 1 update: python. Updates `python` from 3.13-slim to 3.13.7-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.13.7-slim dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * fix: git version in dockerfile Signed-off-by: jmeridth <[email protected]> * fix: whoops, trimmed the major version 2 Signed-off-by: jmeridth <[email protected]> * fix: missed prefix Signed-off-by: jmeridth <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: jmeridth <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jmeridth <[email protected]>
1 parent 6c3966f commit 3eb6225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a
1+
FROM python:3.13.7-slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7
22
LABEL com.github.actions.name="stale-repos" \
33
com.github.actions.description="Find stale repositories in a GitHub organization." \
44
com.github.actions.icon="check-square" \
@@ -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=1:2.39.5-0+deb12u2 \
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)