diff --git a/projects/kyverno/Dockerfile b/projects/kyverno/Dockerfile index 70e85d51d..6cea43b85 100644 --- a/projects/kyverno/Dockerfile +++ b/projects/kyverno/Dockerfile @@ -15,7 +15,6 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder-go -# Temporarily point to a fork -RUN git clone --depth 1 https://github.com/AdamKorcz/kyverno --branch=more-fuzzing +RUN git clone --depth 1 https://github.com/kyverno/kyverno COPY build.sh $SRC/ WORKDIR $SRC/kyverno