aboutsummaryrefslogtreecommitdiff
path: root/projects/cryptofuzz
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/cryptofuzz
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/cryptofuzz')
-rw-r--r--projects/cryptofuzz/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cryptofuzz/Dockerfile b/projects/cryptofuzz/Dockerfile
index 2fc6b644f..550c7cea4 100644
--- a/projects/cryptofuzz/Dockerfile
+++ b/projects/cryptofuzz/Dockerfile
@@ -54,6 +54,6 @@ RUN git clone --depth 1 https://github.com/trezor/trezor-firmware.git
RUN git clone --depth 1 https://github.com/Cyan4973/xxHash.git
RUN apt-get remove -y libunwind8
RUN apt-get install -y libssl-dev
-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 xxd.c $SRC/