From a75cf73c367bd4b78de18441a541755ccfcc124f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:24:44 +1300 Subject: [PATCH] Bump aflplusplus/aflplusplus from `19fc0f3` to `5ff5a2b` in /docker/afl (#237) Bumps aflplusplus/aflplusplus from `19fc0f3` to `5ff5a2b`. --- 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 b612e3c2..101fa59f 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:19fc0f301e5da8b9f316663cbdb7fe6041b9c79e755cd6e21298eee3e1a0f262 as afl +FROM aflplusplus/aflplusplus@sha256:5ff5a2bfa1c8e2d7498cff920d3cef02579b9a31786dbe40701ff9d334299991 as afl # Need to install GCC7 because signer / tcpsigner are compiled with # GCC6 and GCC9 respectively. AFL++ image comes with GCC10 which