Skip to content

Commit

Permalink
docker: switch to TopGit 0.19.14
Browse files Browse the repository at this point in the history
Latest version, and needed for Git >=v2.45.

So we are ready for the next Ubuntu version.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Feb 7, 2025
1 parent 16a9eff commit ce492b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apt-get update && \
apt-get clean

# TopGit
ARG TG_URL="https://github.com/mackyle/topgit/releases/download/topgit-0.19.13/topgit-0.19.13.tar.gz"
ARG TG_URL="https://github.com/mackyle/topgit/releases/download/topgit-0.19.14/topgit-0.19.14.tar.gz"
ARG TG_TARBALL="topgit.tar.gz"
ARG TG_SHA="0d97c1b8fbcfd353cfa18cc0ae3e03da90848d5e9364e454f2f616046e1aa8c8 ${TG_TARBALL}"
ARG TG_SHA="d2dce8e3f04e195c786f7049ce0b5990124ffd58488b509467d59bb0bcac4f0c ${TG_TARBALL}"

RUN cd /tmp && \
curl -L "${TG_URL}" -o "${TG_TARBALL}" && \
Expand Down

0 comments on commit ce492b8

Please sign in to comment.