From b45aebb019a09cccf5098c5b83e1d9b145125704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20M=C3=B6nck?= <hauke_moenck@gmx.de> Date: Wed, 31 Oct 2018 20:33:03 +0000 Subject: [PATCH] Update VCPKG --- windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index a5235c5..fa0ea8b 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 ab60283cc6edd25b95c6fb1bd0a05e046adb20ac; \ + git checkout 291f5bc0790653b94d73e625b9697a8c2d4c53e1; \ ./scripts/bootstrap.ps1; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); -- GitLab