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