Skip to content

Commit 4a7ea45

Browse files
committed
chore(deps): update dependency microsoft/vcpkg to v2024.06.15
1 parent 9835689 commit 4a7ea45

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/devtools.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.c
4545

4646
WORKDIR /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/2024.06.15.tar.gz" | \
4949
tar --strip-components=1 -zxf - \
5050
&& ./bootstrap-vcpkg.sh \
5151
&& /usr/local/vcpkg/vcpkg fetch cmake \

cloud-run-hello-world/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apk update && \
3939
# Use `vcpkg`, a package manager for C++, to install
4040
WORKDIR /usr/local/vcpkg
4141
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" | \
4343
tar --strip-components=1 -zxf - \
4444
&& ./bootstrap-vcpkg.sh -disableMetrics
4545

getting-started/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN apt update && \
4242
FROM devtools AS build
4343

4444
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" | \
4646
tar --strip-components=1 -zxf - \
4747
&& ./bootstrap-vcpkg.sh -disableMetrics
4848

populate-bucket/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FROM base AS devtools
2323
ENV DEBIAN_FRONTEND=noninteractive
2424
RUN apt update && apt install -y curl gzip tar unzip
2525
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 | \
2727
tar -xzf - --strip-components=1
2828

2929
# Install the typical development tools, zip + unzip are used by vcpkg to

0 commit comments

Comments
 (0)