Skip to content

Commit

Permalink
Update CMake in docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Dec 11, 2024
1 parent acb2090 commit d6e47a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && \

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

0 comments on commit d6e47a3

Please sign in to comment.