We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbe7d6 commit d1f7d89Copy full SHA for d1f7d89
.clusterfuzzlite/Dockerfile
@@ -20,7 +20,7 @@
20
# Dockerfile for building John the Ripper (for fuzzing)
21
# More info at https://github.com/openwall/john-packages
22
23
-FROM gcr.io/oss-fuzz-base/base-builder:v1@sha256:e3dc02d44ff7c0eb20f4593b82db74bf1a35d6a1e5db25f1e2962c0aa35c6777
+FROM gcr.io/oss-fuzz-base/base-builder:v1@sha256:874988ed1c06152f8763159eb66024be3867065d615c69bc6ea41977531ee67b
24
25
RUN git clone --depth 1 https://github.com/openwall/john.git /upstream \
26
&& apt-get update -qq \
0 commit comments