diff --git a/windows/Dockerfile b/windows/Dockerfile index 0cccc2620938e85cf803bd4135a4f49f7909e93a..ca04154c43f7dff8195c8dd690fb7edf2eaf4076 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 9147f8b685b1a93537a1731e5edaa5781f3df8d0; \ + git checkout 040e9157349fad13805bec1d8d7c4436e9d2562a; \ ./scripts/bootstrap.ps1; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);