aboutsummaryrefslogtreecommitdiff
path: root/projects/wolfssl
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/wolfssl
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/wolfssl')
-rw-r--r--projects/wolfssl/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/wolfssl/Dockerfile b/projects/wolfssl/Dockerfile
index 963f5e0e3..dd23a4e33 100644
--- a/projects/wolfssl/Dockerfile
+++ b/projects/wolfssl/Dockerfile
@@ -24,7 +24,7 @@ RUN git clone --depth 1 https://github.com/guidovranken/wolf-ssl-ssh-fuzzers
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
RUN git clone --depth 1 https://github.com/randombit/botan.git
RUN git clone --depth 1 https://github.com/google/wycheproof.git
-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
RUN git clone https://github.com/wolfssl/oss-fuzz-targets --depth 1 $SRC/fuzz-targets
WORKDIR wolfssl