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