Skip to content

Commit 048d5ac

Browse files
authored
Downgrade vcpkg version (#6503)
1 parent f49493f commit 048d5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.win10.min

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ WORKDIR /
9292
#
9393
# Installing Vcpkg
9494
#
95-
ARG VCPGK_VERSION=2023.07.21
95+
ARG VCPGK_VERSION=2022.11.14
9696
RUN git clone --single-branch --depth=1 -b %VCPGK_VERSION% https://github.com/microsoft/vcpkg.git
9797
WORKDIR /vcpkg
9898
RUN bootstrap-vcpkg.bat

0 commit comments

Comments
 (0)