diff --git a/Dockerfile b/Dockerfile index 5b24ff3a5..b072bd9c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apk update && apk add --no-cache py3-pip \ boost-build=1.82.0-r0 \ libtbb=2021.9.0-r0 -RUN pip install conan==2.0.13 +RUN pip install conan==2.0.14 WORKDIR /src COPY conanfile.py conanprofile.docker ./ diff --git a/conanfile.py b/conanfile.py index c129b1723..3d3b30f40 100644 --- a/conanfile.py +++ b/conanfile.py @@ -8,7 +8,7 @@ class SiloRecipe(ConanFile): requires = [ "boost/1.82.0", "poco/1.12.4", - "onetbb/2021.9.0", + "onetbb/2021.10.0", "nlohmann_json/3.11.2", "gtest/cci.20210126", "roaring/1.0.0",