File tree Expand file tree Collapse file tree
ci/cloudbuild/dockerfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apt-get update && \
2929
3030# #### Install CMake v3.22
3131WORKDIR /var/tmp/build/cmake
32- RUN curl -fsSL https://github.com/Kitware/cmake/archive/v3.22.3 .tar.gz | \
32+ RUN curl -fsSL https://github.com/Kitware/cmake/archive/v3.31.11 .tar.gz | \
3333 tar -xzf - --strip-components=1 && \
3434 ./bootstrap && make -j ${NCPU:-4} && make install
3535
Original file line number Diff line number Diff line change @@ -905,7 +905,7 @@ sudo apt-get --no-install-recommends install -y apt-transport-https apt-utils \
905905#### Install CMake v3.22
906906
907907mkdir -p $HOME/Downloads/cmake && cd $HOME/Downloads/cmake curl -fsSL
908- https://github.com/Kitware/cmake/archive/v3.22.3 .tar.gz | \
908+ https://github.com/Kitware/cmake/archive/v3.31.11 .tar.gz | \
909909tar -xzf - --strip-components=1 && \
910910./bootstrap && make -j ${NCPU:-4} && sudo make install
911911
You can’t perform that action at this time.
0 commit comments