Skip to content

Commit 59e2d2e

Browse files
authored
Merge pull request #407 from github/dependabot/docker/dependencies-ce352a03d6
chore(deps): bump python from 3.13.6-slim to 3.13.7-slim in the dependencies group
2 parents 89d899c + 9052ae0 commit 59e2d2e

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.6-slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a
3+
FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
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+deb12u2 \
11+
&& apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
1212
&& rm -rf /var/lib/apt/lists/*
1313

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

0 commit comments

Comments
 (0)