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
45
45
46
46
WORKDIR /usr/local/vcpkg
47
47
# 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/2024.06.15 .tar.gz" | \
49
49
tar --strip-components=1 -zxf - \
50
50
&& ./bootstrap-vcpkg.sh \
51
51
&& /usr/local/vcpkg/vcpkg fetch cmake \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN apk update && \
39
39
# Use `vcpkg`, a package manager for C++, to install
40
40
WORKDIR /usr/local/vcpkg
41
41
ENV 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/2024.06.15 .tar.gz" | \
43
43
tar --strip-components=1 -zxf - \
44
44
&& ./bootstrap-vcpkg.sh -disableMetrics
45
45
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN apt update && \
42
42
FROM devtools AS build
43
43
44
44
WORKDIR /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/2024.06.15 .tar.gz" | \
46
46
tar --strip-components=1 -zxf - \
47
47
&& ./bootstrap-vcpkg.sh -disableMetrics
48
48
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ FROM base AS devtools
23
23
ENV DEBIAN_FRONTEND=noninteractive
24
24
RUN apt update && apt install -y curl gzip tar unzip
25
25
WORKDIR /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/2024.06.15 .tar.gz | \
27
27
tar -xzf - --strip-components=1
28
28
29
29
# Install the typical development tools, zip + unzip are used by vcpkg to
You can’t perform that action at this time.
0 commit comments