diff --git a/windows1809/base/Dockerfile b/windows1809/base/Dockerfile index d8afae2e3a0c09e5b1ea1d8b6ca1b239790379da..46cbc2a19d247a155aa8ff440954c5f83d18f4f6 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);