Improve depedencies setup and upgrade tools to latest version #24

Merged
joao.dubas merged 15 commits from jpd-fix-build-process into main 2024-01-14 19:00:38 +00:00
Showing only changes of commit 06cd3192de - Show all commits

View File

@ -95,7 +95,7 @@ ENV BAT_VERSION 0.24.0
ENV BAT_FILE bat_${BAT_VERSION}_amd64.deb
ENV BAT_URL https://github.com/sharkdp/bat/releases/download/v${BAT_VERSION}/${BAT_FILE}
ENV RG_VERSION 14.0.3
ENV RG_FILE ripgrep_${RG_VERSION}_amd64.deb
ENV RG_FILE ripgrep_${RG_VERSION}-1_amd64.deb
ENV RG_URL https://github.com/BurntSushi/ripgrep/releases/download/${RG_VERSION}/${RG_FILE}
ENV DO_VERSION 24.0.7
ENV DO_URL https://download.docker.com/linux/static/stable/x86_64/docker-${DO_VERSION}.tgz