We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccce394 commit e48e04bCopy full SHA for e48e04b
docker/Dockerfile
@@ -35,7 +35,7 @@ RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && \
35
36
# Install CMake
37
ENV CMAKE_DIR=/opt/cmake
38
-RUN CMAKE_VERSION=3.16.9 && \
+RUN CMAKE_VERSION=3.19.7 && \
39
CMAKE_KEY=2D2CEF1034921684 && \
40
CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && \
41
CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && \
0 commit comments