diff --git a/windows/Dockerfile b/windows/Dockerfile index a5235c5bbfd987869790de5781444b8f8bacdde0..fa0ea8bbf0a2a0ae5a574f11ed744e86691a149a 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 ab60283cc6edd25b95c6fb1bd0a05e046adb20ac; \ + git checkout 291f5bc0790653b94d73e625b9697a8c2d4c53e1; \ ./scripts/bootstrap.ps1; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);