We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6167e commit 95a6e2aCopy full SHA for 95a6e2a
dockerfiles/Dockerfile.cmake-cgcore
@@ -30,9 +30,9 @@ RUN apt update &&\
30
apt clean &&\
31
rm -rf /var/lib/apt/lists/*
32
#==========================================
33
-RUN wget https://github.com/Kitware/CMake/releases/download/v3.30.5/cmake-3.30.5-linux-x86_64.tar.gz
34
-RUN tar xvf cmake-3.30.5-linux-x86_64.tar.gz
35
-RUN cp -r cmake-3.30.5-linux-x86_64/* /usr/
+RUN wget https://github.com/Kitware/CMake/releases/download/v3.31.8/cmake-3.31.8-linux-x86_64.tar.gz
+RUN tar xvf cmake-3.31.8-linux-x86_64.tar.gz
+RUN cp -r cmake-3.31.8-linux-x86_64/* /usr/
36
37
WORKDIR /containerws
38
RUN mkdir src && mkdir build && mkdir install
0 commit comments