diff --git a/Dockerfile b/Dockerfile index bc024fa..8c8a356 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ COPY imagefiles/.bashrc /root/ WORKDIR /usr/src RUN git clone git://cmake.org/cmake.git CMake && \ cd CMake && \ - git checkout v3.6.0 && \ + git checkout v3.6.1 && \ cd .. && mkdir CMake-build && cd CMake-build && \ /usr/src/CMake/bootstrap \ --parallel=$(nproc) \