From 548d17a218ef58dfc7b745462508b562f374d232 Mon Sep 17 00:00:00 2001 From: AdamKorcz <44787359+AdamKorcz@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:24:18 +0000 Subject: [PATCH] distribution: fix broken build (#12860) Signed-off-by: Adam Korczynski --- projects/distribution/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/distribution/Dockerfile b/projects/distribution/Dockerfile index 1c9170301e43..f4317ceb6e00 100644 --- a/projects/distribution/Dockerfile +++ b/projects/distribution/Dockerfile @@ -17,5 +17,6 @@ FROM gcr.io/oss-fuzz-base/base-builder-go RUN git clone --depth 1 https://github.com/distribution/distribution RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing +RUN git clone --depth 1 https://github.com/AdamKorcz/go-118-fuzz-build --branch=november-backup COPY build.sh $SRC/ WORKDIR $SRC/distribution