Skip to content

Commit ce81b97

Browse files
mabrarovpatrick-stephens
authored andcommitted
dockerfile: upgrade of vcpkg to solve msys2 package installation issue (microsoft/vcpkg#29067).
Signed-off-by: Marat Abrarov <abrarov@gmail.com>
1 parent 72506e0 commit ce81b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/Dockerfile.windows

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ RUN $win_flex_bison_dist_base_name=\"win_flex_bison-${env:WIN_FLEX_BISON_VERSION
109109
Write-Host \"${env:PATH}\"; `
110110
[Environment]::SetEnvironmentVariable(\"PATH\", \"${env:PATH}\", [EnvironmentVariableTarget]::Machine);
111111

112-
# https://github.com/microsoft/vcpkg/blob/2024.05.24/scripts/bootstrap.ps1
113-
ENV VCPKG_VERSION=2024.05.24 `
112+
# https://github.com/microsoft/vcpkg/blob/2025.10.17/scripts/bootstrap.ps1
113+
ENV VCPKG_VERSION=2025.10.17 `
114114
VCPKG_DOWNLOAD_URL="https://github.com/microsoft/vcpkg/archive/refs/tags" `
115115
VCPKG_DISABLE_METRICS="ON" `
116116
VCPKG_ROOT=/dev/vcpkg

0 commit comments

Comments
 (0)