Skip to content

Commit

Permalink
Downgrade vcpkg version (#6503)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuanLuo authored Nov 1, 2023
1 parent f49493f commit 048d5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.win10.min
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 048d5ac

Please sign in to comment.