We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81981e5 commit 9052ae0Copy full SHA for 9052ae0
Dockerfile
@@ -8,7 +8,7 @@ COPY requirements.txt *.py /action/workspace/
8
9
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
10
&& apt-get -y update \
11
- && apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u2 \
+ && apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
12
&& rm -rf /var/lib/apt/lists/*
13
14
CMD ["/action/workspace/evergreen.py"]
0 commit comments