From 197350dbb6cfab5d5b2ad2b1240e3eaaff4f1fe6 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 10 Jul 2016 19:09:10 -0400 Subject: [PATCH] base: Bump CMake to 3.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e814704..9ff338d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ COPY imagefiles/.bashrc /root/ WORKDIR /usr/src RUN git clone git://cmake.org/cmake.git CMake && \ cd CMake && \ - git checkout v3.6.0-rc4 && \ + git checkout v3.6.0 && \ cd .. && mkdir CMake-build && cd CMake-build && \ /usr/src/CMake/bootstrap \ --parallel=$(nproc) \