We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf5341f + 9d5a0fb commit 5959eddCopy full SHA for 5959edd
Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update && \
18
rm -rf /var/lib/apt/lists/*
19
20
# vcpkg Package Manager
21
-ADD https://github.com/microsoft/vcpkg/archive/refs/tags/2024.08.23.tar.gz vcpkg.tar.gz
+ADD https://github.com/microsoft/vcpkg/archive/refs/tags/2024.10.21.tar.gz vcpkg.tar.gz
22
RUN apt-get -y update && \
23
apt-get -y install --no-install-recommends --no-install-suggests \
24
ca-certificates curl git unzip zip && \
0 commit comments