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