diff options
author | van Hauser <vh@thc.org> | 2022-05-11 11:29:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 11:29:01 +0200 |
commit | f180109d1ac3999615949261328accca57793b25 (patch) | |
tree | 84e132b4251d9d685240778c3ca406837b1baa1e | |
parent | 82c6c8e5634e29021893ddb8f3e0f0afb7e31735 (diff) | |
parent | 927cb770f0c8c1b0ce576bf6750b33fbb648c598 (diff) | |
download | afl++-f180109d1ac3999615949261328accca57793b25.tar.gz |
Merge pull request #1405 from yuawn/fix_llvm_version
Fix LLVM version in Dockerfile comment
-rw-r--r-- | Dockerfile | 2 |
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 |