From 09bada565d88daac715f21d1b2952e7602133fea Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 4 Jun 2020 01:33:20 +0200 Subject: [PATCH] [windows-1809] Bump vcpkg --- windows-1809/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-1809/base/Dockerfile b/windows-1809/base/Dockerfile index 42c52eb..e28c4e7 100644 --- a/windows-1809/base/Dockerfile +++ b/windows-1809/base/Dockerfile @@ -48,7 +48,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl RUN $vcpkg_dir = 'C:/ProgramData/vcpkg'; \ git clone -b robofish --single-branch https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git; \ cd $vcpkg_dir; \ - git checkout d61d47c5cac2198bf0262d75742e8a4a38e573d6; \ + git checkout c6f4350fcbec06f8b9f2c22daeb9c651c9e28605; \ ./scripts/bootstrap.ps1 -disableMetrics; \ $vcpkg_target_triplet = 'x64-windows-14.16'; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); \ -- GitLab