Skip to content
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

build(deps): bump oss-fuzz-base/base-builder from 2e1757d to e9bdd18 in /.clusterfuzzlite #367

Merged
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:2e1757df6be95314768d90455e5f11a5852ef60a2aaf2022901b8c91e7c68a6a
FROM gcr.io/oss-fuzz-base/base-builder:v1@sha256:83392922a53269965de536e1afe9bec854aaed774a377086a24fce3ecbf83c20

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