From 1b871a0885b3901be60ccf3eb4afff81dc00ff49 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 4 Jun 2020 01:07:26 +0200 Subject: [PATCH] Bump cmake to 3.17.3 --- centos-7/Dockerfile | 2 +- windows-1809/base/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index ad7bcce..ef6c115 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -16,7 +16,7 @@ ADD bash/toolchain.sh /etc/profile.d/toolchain.sh ADD bash/ld-library-path.sh /etc/profile.d/ld-library-path.sh # CMake -RUN version=3.16.4 && \ +RUN version=3.17.3 && \ yum install -y \ curl-devel \ expat-devel \ diff --git a/windows-1809/base/Dockerfile b/windows-1809/base/Dockerfile index 4f45bd3..9e58dee 100644 --- a/windows-1809/base/Dockerfile +++ b/windows-1809/base/Dockerfile @@ -13,7 +13,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl $env:chocolateyUseWindowsCompression = 'true'; \ Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \ Must-Run choco install -y dotnetfx --version 4.7.2.20180712; \ - Must-Run choco install -y cmake --version 3.16.4 --installargs "ADD_CMAKE_TO_PATH=System"; \ + Must-Run choco install -y cmake --version 3.17.3 --installargs "ADD_CMAKE_TO_PATH=System"; \ Must-Run choco install -y kitware-ninja --version 1.8.2.8127911; \ Must-Run choco install -y \ git \ -- GitLab