File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ message("-- Detecting Mbed TLS version - ${MBEDTLS_VERSION}")
9494
9595project (libModSecurity
9696 VERSION
97- 3.0.12
97+ 3.0.14
9898 LANGUAGES
9999 CXX
100100)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN C:\TEMP\InstallBuildTools.cmd C:\TEMP\vs_buildtools.exe --quiet --wait --nor
2424 --installPath C:\B uildTools
2525
2626# download & install GIT
27- ARG GIT_VERSION=2.44 .0
27+ ARG GIT_VERSION=2.53 .0
2828ARG GIT_BINARY=Git-${GIT_VERSION}-64-bit.exe
2929ARG GIT_URL=https://github.com/git-for-windows/git/releases/download/v${GIT_VERSION}.windows.1/${GIT_BINARY}
3030
@@ -35,7 +35,7 @@ RUN %INSTALLER% /SP- /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL `
3535 /NORESTART /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /LOADINF=git.inf
3636
3737# download & setup conan
38- ARG CONAN_VERSION=2.10.2
38+ ARG CONAN_VERSION=2.27.1
3939ARG CONAN_BINARY=conan-${CONAN_VERSION}-windows-x86_64-installer.exe
4040ARG CONAN_URL=https://github.com/conan-io/conan/releases/download/${CONAN_VERSION}/${CONAN_BINARY}
4141
@@ -87,7 +87,7 @@ RUN cmd.exe /C copy "C:\Program Files\GIT\usr\bin" \bin > NUL
8787RUN cmd.exe /C copy "C:\P rogram Files\G IT\u sr\b in\e cho.exe" \b in\e cho > NUL
8888
8989# disable tests that don't work on windows
90- ARG JQ_VERSION=1.7 .1
90+ ARG JQ_VERSION=1.8 .1
9191ARG JQ_BINARY=jq-windows-amd64.exe
9292ARG JQ_URL=https://github.com/jqlang/jq/releases/download/jq-${JQ_VERSION}/${JQ_BINARY}
9393
You can’t perform that action at this time.
0 commit comments