diff --git a/windows/base/Dockerfile b/windows/base/Dockerfile
index c56e394fba4a30595d1b6a1d5970ffac34da2122..c954d3ac3300f3dfbdd324163b4ca852c13bb837 100644
--- a/windows/base/Dockerfile
+++ b/windows/base/Dockerfile
@@ -41,6 +41,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
 RUN $vcpkg_dir = 'C:/vcpkg'; \
     git clone --depth=1 https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \
     cd $vcpkg_dir; \
-    git checkout 0e00a8dfeb4f4a6497ccf32f65d76d32a398f142; \
+    git checkout 1d9984c72870f818876026d1d5f5e07388ea843f; \
     ./scripts/bootstrap.ps1; \
     [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);