Skip to content

Commit

Permalink
use specific version of git
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored Nov 2, 2023
1 parent ac55de2 commit 356f7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY requirements.txt *.py /action/workspace/

RUN python3 -m pip install --no-cache-dir -r requirements.txt \
&& apt-get -y update \
&& apt-get -y install --no-install-recommends git \
&& apt-get -y install --no-install-recommends git=v2.42.0 \
&& rm -rf /var/lib/apt/lists/*

CMD ["/action/workspace/contributors.py"]
Expand Down

0 comments on commit 356f7fd

Please sign in to comment.