From af6508398b56b4048b2d2a31e55b819f5aa29c83 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <moritz@ucworks.org>
Date: Thu, 20 Sep 2018 17:27:24 +0200
Subject: [PATCH] Update vcpkg

(MXNet 1.3.0)
---
 windows/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows/Dockerfile b/windows/Dockerfile
index f409238..e4b4905 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 247c77cbdee32767707f0390e1b4b4d16c2a9fef; \
+    git checkout c40c60c32efff9a953e9c560f63a80ee0ab4a5d9; \
     ./scripts/bootstrap.ps1; \
     [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);
 
-- 
GitLab