Skip to content

Commit

Permalink
CI: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 20, 2023
1 parent 031d23a commit 4b9ed4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4b9ed4e

Please sign in to comment.