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 cb01310 commit 82736a1Copy full SHA for 82736a1
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.47.2-0.2 \
+ && apt-get -y install --no-install-recommends git=1:2.47.3-0+deb13u1 \
12
&& rm -rf /var/lib/apt/lists/*
13
14
CMD ["/action/workspace/evergreen.py"]
0 commit comments