diff --git a/windows/Dockerfile b/windows/Dockerfile
index 77e2be933c76ebb88b167e780dff4e4caf577ca6..a9c4a1d0aa4f4a3fab7f0d0b97943f3c29e0707e 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 06b516dd4f4a3985f266e7eb65122224d9e79076; \
+    git checkout 88ff5c4b6aa71384fa9b15bdfc26222db6147196; \
     ./scripts/bootstrap.ps1; \
     [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);