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.
1 parent 17700ec commit 7b4c3a2Copy full SHA for 7b4c3a2
build/win32/docker/Dockerfile
@@ -35,7 +35,7 @@ RUN %INSTALLER% /SP- /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL `
35
/NORESTART /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /LOADINF=git.inf
36
37
# download & setup conan
38
-ARG CONAN_VERSION=2.2.2
+ARG CONAN_VERSION=2.10.2
39
ARG CONAN_BINARY=conan-${CONAN_VERSION}-windows-x86_64-installer.exe
40
ARG CONAN_URL=https://github.com/conan-io/conan/releases/download/${CONAN_VERSION}/${CONAN_BINARY}
41
0 commit comments