From 7dcf94c1bb9a8ec98e058bc60abc7d62eeb1df16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:31:55 +1300 Subject: [PATCH] Bump aflplusplus/aflplusplus from `5ff5a2b` to `16fc784` in /docker/afl (#256) Bumps aflplusplus/aflplusplus from `5ff5a2b` to `16fc784`. --- updated-dependencies: - dependency-name: aflplusplus/aflplusplus dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/afl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/afl/Dockerfile b/docker/afl/Dockerfile index 101fa59f..7aead2aa 100644 --- a/docker/afl/Dockerfile +++ b/docker/afl/Dockerfile @@ -3,7 +3,7 @@ # then removes the binaries, so let's compile it again. # unfortunately no cool tags provided, so let's go with a digest. -FROM aflplusplus/aflplusplus@sha256:5ff5a2bfa1c8e2d7498cff920d3cef02579b9a31786dbe40701ff9d334299991 as afl +FROM aflplusplus/aflplusplus@sha256:16fc784853eec5bb6f6a1f7dabe7d6ad0610d7e808a080b7b808571e20d59c34 as afl # Need to install GCC7 because signer / tcpsigner are compiled with # GCC6 and GCC9 respectively. AFL++ image comes with GCC10 which