Skip to content

Commit 9d5a0fb

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Docker] vcpkg version upgrade. 2024.08.23 -> 2024.10.21
1 parent bf5341f commit 9d5a0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && \
1818
rm -rf /var/lib/apt/lists/*
1919

2020
# vcpkg Package Manager
21-
ADD https://github.com/microsoft/vcpkg/archive/refs/tags/2024.08.23.tar.gz vcpkg.tar.gz
21+
ADD https://github.com/microsoft/vcpkg/archive/refs/tags/2024.10.21.tar.gz vcpkg.tar.gz
2222
RUN apt-get -y update && \
2323
apt-get -y install --no-install-recommends --no-install-suggests \
2424
ca-certificates curl git unzip zip && \

0 commit comments

Comments
 (0)