Skip to content

Commit

Permalink
Update Boost Version in CI to Required 1.73 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
fthaler authored Jul 23, 2024
1 parent 95bbe00 commit 04055c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN wget -q https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}
cp -r cmake-${CMAKE_VERSION}-linux-x86_64/bin cmake-${CMAKE_VERSION}-linux-x86_64/share /usr/local/ && \
rm -rf cmake-${CMAKE_VERSION}-linux-x86_64*

ARG BOOST_VERSION=1.67.0
ARG BOOST_VERSION=1.73.0
RUN export BOOST_VERSION_UNDERLINE=$(echo ${BOOST_VERSION} | sed 's/\./_/g') && \
wget -q https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERLINE}.tar.gz && \
tar xzf boost_${BOOST_VERSION_UNDERLINE}.tar.gz && \
Expand Down

0 comments on commit 04055c5

Please sign in to comment.