Skip to content

Commit

Permalink
fix: upgrade to stable version of git and git-man from here https://p…
Browse files Browse the repository at this point in the history
  • Loading branch information
bkieft-usa committed Nov 12, 2024
1 parent 4ea76fe commit 705198e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
"libxrender1=1:0.9.10-1" \
"libxext6=2:1.3.3-1.1" \
"git=1:2.45.2-1.2" \
"git=1:2.39.5-0+deb12u1" \
&& rm -rf /var/lib/apt/lists/*

# hadolint ignore=DL3021
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.shifter
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
"libxrender1=1:0.9.10-1.1" \
"libxext6=2:1.3.4-1+b1" \
"git=1:2.45.2-1.2" \
"git-man=1:2.45.2-1.2" \
"git=1:2.39.5-0+deb12u1" \
"git-man=1:2.39.5-0+deb12u1" \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt /requirements.txt
Expand Down

0 comments on commit 705198e

Please sign in to comment.