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 e1dc25a commit 01e0bbcCopy full SHA for 01e0bbc
dockerfiles/Dockerfile.windows
@@ -110,7 +110,7 @@ RUN $win_flex_bison_dist_base_name=\"win_flex_bison-${env:WIN_FLEX_BISON_VERSION
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 `
+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