Skip to content

Commit ed98c49

Browse files
authored
Update boost URL (#105)
1 parent c5736fe commit ed98c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update -qq && \
1818
ARG BOOST_VERSION=1.79.0
1919
RUN cd /tmp && \
2020
BOOST_VERSION_UNDERLINE=$(echo ${BOOST_VERSION} | sed 's/\./_/g') && \
21-
wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERLINE}.tar.gz && \
21+
wget https://archives.boost.io/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERLINE}.tar.gz && \
2222
tar xzf boost_${BOOST_VERSION_UNDERLINE}.tar.gz && \
2323
cd boost_${BOOST_VERSION_UNDERLINE} && \
2424
./bootstrap.sh && \

0 commit comments

Comments
 (0)