diff --git a/windows/Dockerfile b/windows/Dockerfile index f409238bea9455e91fa9f0f7c02ed598cf65cdd0..e4b49053b582aaf61c577ae68553df7f60dad2c6 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);