Skip to content

Commit

Permalink
Update docker/install/ubuntu_install_cmake_source.sh
Browse files Browse the repository at this point in the history
Co-authored-by: driazati <9407960+driazati@users.noreply.github.com>
  • Loading branch information
leandron and driazati authored Sep 2, 2022
1 parent d56e23f commit a298c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_cmake_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -e
set -u
set -o pipefail

v=3.22
v=3.18
version=3.18.4
wget https://cmake.org/files/v${v}/cmake-${version}.tar.gz
tar xvf cmake-${version}.tar.gz
Expand Down

0 comments on commit a298c8c

Please sign in to comment.