Skip to content

Commit 01e0bbc

Browse files
committed
dockerfile: upgrade of vcpkg to solve msys2 package installation issue (microsoft/vcpkg#29067).
Signed-off-by: Marat Abrarov <[email protected]>
1 parent e1dc25a commit 01e0bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN $win_flex_bison_dist_base_name=\"win_flex_bison-${env:WIN_FLEX_BISON_VERSION
110110
[Environment]::SetEnvironmentVariable(\"PATH\", \"${env:PATH}\", [EnvironmentVariableTarget]::Machine);
111111

112112
# https://github.com/microsoft/vcpkg/blob/2024.05.24/scripts/bootstrap.ps1
113-
ENV VCPKG_VERSION=2024.05.24 `
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)