Skip to content

Commit 5959edd

Browse files
authored
Merge pull request #10 from sir-gon/develop
[CONFIG] [Docker] vcpkg version upgrade. 2024.08.23 -> 2024.10.21
2 parents bf5341f + 9d5a0fb commit 5959edd

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)