From 5f99ed148f396449b617a9e3807447f9e10f03cf Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Thu, 5 Mar 2020 19:40:27 +0100
Subject: [PATCH] Update vcpkg due version that should work around msys2 repo
 being down

---
 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 e9c2be7..56aff62 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 https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \
     cd $vcpkg_dir; \
-    git checkout cf0d3656f27287943a5c65f1158314845ae96ad4; \
+    git checkout 1f706ef54a19a15cc66c21abd96c276968a53cda; \
     ./scripts/bootstrap.ps1; \
     [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);
-- 
GitLab