Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY requirements.txt CONTRIBUTING-template.md open_contrib_pr.py /action/worksp

RUN python3 -m pip install --no-cache-dir -r requirements.txt \
&& apt-get -y update \
&& apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u1 \
&& apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u2 \
&& rm -rf /var/lib/apt/lists/*

CMD ["/action/workspace/open_contrib_pr.py"]
Expand Down
Loading