From edb81c8ffcd7911195b5b9f1992568eb54e406e5 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Fri, 28 May 2021 09:12:14 +0200 Subject: [PATCH] [centos] Boost source url has changed --- centos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/Dockerfile b/centos/Dockerfile index b73fc5b..911160e 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -149,7 +149,7 @@ RUN version=6 && \ # Boost RUN cd /tmp && \ - curl -sSLO https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.gz && \ + curl -sSLO https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.gz && \ tar -xf boost_1_73_0.tar.gz && \ cd boost_1_73_0 && \ ./bootstrap.sh \ -- GitLab