diff --git a/docker/ci/Dockerfile b/docker/ci/Dockerfile index f6a3675c..96b0f7ed 100644 --- a/docker/ci/Dockerfile +++ b/docker/ci/Dockerfile @@ -60,7 +60,7 @@ ENV PATH="/opt/venv/bin:$PATH" RUN pip install -q --no-cache-dir \ cmake \ - conan==2.17.0 \ + conan==2.20.1 \ gcovr \ pre-commit diff --git a/docker/ci/README.md b/docker/ci/README.md index 63b4b949..8cb6a92d 100644 --- a/docker/ci/README.md +++ b/docker/ci/README.md @@ -8,7 +8,7 @@ The image is based on Ubuntu 20.04 and contains: - ccache 4.11.3 - Clang 19 - ClangBuildAnalyzer 1.6.0 -- Conan 2.17.0 +- Conan 2.20.1 - Doxygen 1.12 - GCC 15.2.0 - GDB 16.3 diff --git a/docs/build-clio.md b/docs/build-clio.md index ac3574c7..e61943e7 100644 --- a/docs/build-clio.md +++ b/docs/build-clio.md @@ -6,7 +6,7 @@ ## Minimum Requirements - [Python 3.7](https://www.python.org/downloads/) -- [Conan 2.17.0](https://conan.io/downloads.html) +- [Conan 2.20.1](https://conan.io/downloads.html) - [CMake 3.20](https://cmake.org/download/) - [**Optional**] [GCovr](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html): needed for code coverage generation - [**Optional**] [CCache](https://ccache.dev/): speeds up compilation if you are going to compile Clio often