Skip to content

Commit 9052ae0

Browse files
authored
Upgrade git version in Dockerfile
Signed-off-by: Zack Koppert <[email protected]>
1 parent 81981e5 commit 9052ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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)