aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authoryuawn <ssspeed00@gmail.com>2022-05-11 09:17:21 +0000
committeryuawn <ssspeed00@gmail.com>2022-05-11 09:17:21 +0000
commit927cb770f0c8c1b0ce576bf6750b33fbb648c598 (patch)
tree84e132b4251d9d685240778c3ca406837b1baa1e /Dockerfile
parent82c6c8e5634e29021893ddb8f3e0f0afb7e31735 (diff)
downloadAFLplusplus-927cb770f0c8c1b0ce576bf6750b33fbb648c598.tar.gz
fix LLVM version
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 522e801a..5712f9d1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
#
# This Dockerfile for AFLplusplus uses Ubuntu 20.04 focal and
-# installs LLVM 11 from llvm.org for afl-clang-lto support :-)
+# installs LLVM 12 from llvm.org for afl-clang-lto support :-)
#
FROM ubuntu:20.04 AS aflplusplus