From a0b7d6c79ed53f77ddd5d59da54d66badc0550c9 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <moritz@ucworks.org> Date: Thu, 15 Nov 2018 16:07:55 +0100 Subject: [PATCH] Use latest vcpkg --- windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index fa0ea8b..109e9d2 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -56,7 +56,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl RUN $vcpkg_dir = 'C:/vcpkg'; \ git clone --depth=1 https://github.com/BioroboticsLab/RF_vcpkg.git $vcpkg_dir; \ cd $vcpkg_dir; \ - git checkout 291f5bc0790653b94d73e625b9697a8c2d4c53e1; \ + git checkout 9b3c8971247cd2558658c997664453f3ec400410; \ ./scripts/bootstrap.ps1; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); -- GitLab