From bf3268cf030216ab83f551b5e0dfd7ebae5d8fbc Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 1 Jun 2020 23:41:17 +0200 Subject: [PATCH] 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 2f5ae84..ed274ec 100644 --- a/windows-1809/base/Dockerfile +++ b/windows-1809/base/Dockerfile @@ -48,6 +48,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl RUN $vcpkg_dir = 'C:/vcpkg'; \ git clone -b robofish --single-branch https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git; \ cd $vcpkg_dir; \ - git checkout 6cede0254f5a3b8cd464494c65a5658dc4e5db1e; \ + git checkout d61d47c5cac2198bf0262d75742e8a4a38e573d6; \ ./scripts/bootstrap.ps1; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); -- GitLab