aboutsummaryrefslogtreecommitdiff
path: root/projects/libecc
diff options
context:
space:
mode:
authorGuido Vranken <guidovranken@users.noreply.github.com>2021-05-04 04:26:18 +0200
committerGitHub <noreply@github.com>2021-05-03 19:26:18 -0700
commite9d47ca070d5f75365e9a5021e421a0845e061c5 (patch)
treeb5f15ea75887f8e04632c13155bf591422abe0e7 /projects/libecc
parente3eef732c48921b2f4a0041056b9c8cc43066003 (diff)
downloadoss-fuzz-e9d47ca070d5f75365e9a5021e421a0845e061c5.tar.gz
Update Boost download location in all projects (try 2) (#5705)
bintray is deprecated now
Diffstat (limited to 'projects/libecc')
-rw-r--r--projects/libecc/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libecc/Dockerfile b/projects/libecc/Dockerfile
index 415478ef1..aaeed8e41 100644
--- a/projects/libecc/Dockerfile
+++ b/projects/libecc/Dockerfile
@@ -19,5 +19,5 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool wget pyt
RUN git clone https://github.com/ANSSI-FR/libecc.git
RUN git clone --depth 1 https://github.com/randombit/botan.git
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
-RUN wget https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2
+RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.bz2
COPY build.sh $SRC/