We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72506e0 commit ce81b97Copy full SHA for ce81b97
dockerfiles/Dockerfile.windows
@@ -109,8 +109,8 @@ RUN $win_flex_bison_dist_base_name=\"win_flex_bison-${env:WIN_FLEX_BISON_VERSION
109
Write-Host \"${env:PATH}\"; `
110
[Environment]::SetEnvironmentVariable(\"PATH\", \"${env:PATH}\", [EnvironmentVariableTarget]::Machine);
111
112
-# https://github.com/microsoft/vcpkg/blob/2024.05.24/scripts/bootstrap.ps1
113
-ENV VCPKG_VERSION=2024.05.24 `
+# https://github.com/microsoft/vcpkg/blob/2025.10.17/scripts/bootstrap.ps1
+ENV VCPKG_VERSION=2025.10.17 `
114
VCPKG_DOWNLOAD_URL="https://github.com/microsoft/vcpkg/archive/refs/tags" `
115
VCPKG_DISABLE_METRICS="ON" `
116
VCPKG_ROOT=/dev/vcpkg
0 commit comments