From 93dd482cefd5fcea990b025ca0782c5e854417ea Mon Sep 17 00:00:00 2001 From: GuanLuo Date: Tue, 31 Oct 2023 03:58:13 -0700 Subject: [PATCH] Downgrade vcpkg version --- Dockerfile.win10.min | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.win10.min b/Dockerfile.win10.min index df2f6a8af5..ae6bf7993b 100644 --- a/Dockerfile.win10.min +++ b/Dockerfile.win10.min @@ -92,7 +92,7 @@ WORKDIR / # # Installing Vcpkg # -ARG VCPGK_VERSION=2023.07.21 +ARG VCPGK_VERSION=2022.11.14 RUN git clone --single-branch --depth=1 -b %VCPGK_VERSION% https://github.com/microsoft/vcpkg.git WORKDIR /vcpkg RUN bootstrap-vcpkg.bat