From ad25c54d5125b83902ce601bc121023011d388a7 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Mon, 8 Jul 2019 01:10:10 +0200
Subject: [PATCH] windows1809: Update vcpkg (pybind11 2.3.0)

---
 windows1809/base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows1809/base/Dockerfile b/windows1809/base/Dockerfile
index d8afae2..46cbc2a 100644
--- a/windows1809/base/Dockerfile
+++ b/windows1809/base/Dockerfile
@@ -37,6 +37,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
 RUN $vcpkg_dir = 'C:/vcpkg'; \
     git clone --depth=1 https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \
     cd $vcpkg_dir; \
-    git checkout 9af73e3bd779e7832a87b7f08a642c22bc8d956a; \
+    git checkout 3d06a746dd62e6957b2a7dfce1e88ef4ba073a9f; \
     ./scripts/bootstrap.ps1; \
     [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);
-- 
GitLab