Skip to content

Commit d6e47a3

Browse files
committed
Update CMake in docker images
1 parent acb2090 commit d6e47a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && \
3535

3636
# Install CMake
3737
ENV CMAKE_DIR=/opt/cmake
38-
RUN CMAKE_VERSION=3.16.9 && \
38+
RUN CMAKE_VERSION=3.19.7 && \
3939
CMAKE_KEY=2D2CEF1034921684 && \
4040
CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && \
4141
CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && \

0 commit comments

Comments
 (0)