Skip to content

Commit

Permalink
Update boost URL (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Jan 6, 2025
1 parent c5736fe commit ed98c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update -qq && \
ARG BOOST_VERSION=1.79.0
RUN cd /tmp && \
BOOST_VERSION_UNDERLINE=$(echo ${BOOST_VERSION} | sed 's/\./_/g') && \
wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERLINE}.tar.gz && \
wget https://archives.boost.io/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERLINE}.tar.gz && \
tar xzf boost_${BOOST_VERSION_UNDERLINE}.tar.gz && \
cd boost_${BOOST_VERSION_UNDERLINE} && \
./bootstrap.sh && \
Expand Down

0 comments on commit ed98c49

Please sign in to comment.