Skip to content

Commit 99613c9

Browse files
dependabot[bot]JM (Jason Meridth)
andauthored
chore(deps): bump python from f3614d9 to 8f3aba4 (#331)
* chore(deps): bump python from `f3614d9` to `8f3aba4` Bumps python from `f3614d9` to `8f3aba4`. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: Update git version in Dockerfile --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JM (Jason Meridth) <[email protected]>
1 parent 7c39651 commit 99613c9

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,14 +1,14 @@
11
#checkov:skip=CKV_DOCKER_2
22
#checkov:skip=CKV_DOCKER_3
3-
FROM python:3.13.2-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652
3+
FROM python:3.13.2-slim@sha256:8f3aba466a471c0ab903dbd7cb979abd4bda370b04789d25440cc90372b50e04
44
LABEL org.opencontainers.image.source https://github.com/github/evergreen
55

66
WORKDIR /action/workspace
77
COPY requirements.txt *.py /action/workspace/
88

99
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
1010
&& apt-get -y update \
11-
&& apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u1 \
11+
&& apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u2 \
1212
&& rm -rf /var/lib/apt/lists/*
1313

1414
CMD ["/action/workspace/evergreen.py"]

0 commit comments

Comments
 (0)