File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.c
4545
4646WORKDIR /usr/local/vcpkg
4747# Pin vcpkg to the latest released version. Renovatebot sends PRs when there is a new release.
48- RUN curl -sSL "https://github.com/Microsoft/vcpkg/archive/2024.04.26 .tar.gz" | \
48+ RUN curl -sSL "https://github.com/Microsoft/vcpkg/archive/2025.10.17 .tar.gz" | \
4949 tar --strip-components=1 -zxf - \
5050 && ./bootstrap-vcpkg.sh \
5151 && /usr/local/vcpkg/vcpkg fetch cmake \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN apk update && \
3939# Use `vcpkg`, a package manager for C++, to install
4040WORKDIR /usr/local/vcpkg
4141ENV VCPKG_FORCE_SYSTEM_BINARIES=1
42- RUN curl -sSL "https://github.com/Microsoft/vcpkg/archive/2024.04.26 .tar.gz" | \
42+ RUN curl -sSL "https://github.com/Microsoft/vcpkg/archive/2025.10.17 .tar.gz" | \
4343 tar --strip-components=1 -zxf - \
4444 && ./bootstrap-vcpkg.sh -disableMetrics
4545
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN apt update && \
4242FROM devtools AS build
4343
4444WORKDIR /v/vcpkg
45- RUN curl -sSL "https://github.com/Microsoft/vcpkg/archive/2024.04.26 .tar.gz" | \
45+ RUN curl -sSL "https://github.com/Microsoft/vcpkg/archive/2025.10.17 .tar.gz" | \
4646 tar --strip-components=1 -zxf - \
4747 && ./bootstrap-vcpkg.sh -disableMetrics
4848
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ FROM base AS devtools
2323ENV DEBIAN_FRONTEND=noninteractive
2424RUN apt update && apt install -y curl gzip tar unzip
2525WORKDIR /var/tmp/build/vcpkg
26- RUN curl -s -L https://github.com/Microsoft/vcpkg/archive/2024.04.26 .tar.gz | \
26+ RUN curl -s -L https://github.com/Microsoft/vcpkg/archive/2025.10.17 .tar.gz | \
2727 tar -xzf - --strip-components=1
2828
2929# Install the typical development tools, zip + unzip are used by vcpkg to
You can’t perform that action at this time.
0 commit comments