From 927cb770f0c8c1b0ce576bf6750b33fbb648c598 Mon Sep 17 00:00:00 2001 From: yuawn Date: Wed, 11 May 2022 09:17:21 +0000 Subject: fix LLVM version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3