Skip to content

build(ci): Bump oss-fuzz-base/base-builder from v1@sha256:d39e1afcb8d46fceff2e02b81ccc910687574eb70bc9ece774174e24525557fd to sha256:c59167a44f3b046ee8c4976b9567acd08d66b937c4e25e4b6756d055ddfa549c in /.clusterfuzzlite #792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Dockerfile for building John the Ripper (for fuzzing)
# More info at https://github.com/openwall/john-packages

FROM gcr.io/oss-fuzz-base/base-builder:v1@sha256:d39e1afcb8d46fceff2e02b81ccc910687574eb70bc9ece774174e24525557fd
FROM gcr.io/oss-fuzz-base/base-builder:v1@sha256:f1899b84dc3d64a8c825e557abe012736ffaeabfc84c282b8548f6f02ab6c15a

RUN git clone --depth 1 https://github.com/openwall/john.git /upstream \
&& apt-get update -qq \
Expand Down