We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d109020 commit dee84f7Copy full SHA for dee84f7
.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:e02bf7b9b619f3846d40851b51d874e599b1e4a17fca3e3cc7b227b9d53b7a76
+FROM gcr.io/oss-fuzz-base/base-builder:v1@sha256:85b89b5e14589854d949d8646b63a4cd7abd85caf87060bc1af146d1e5026fb2
24
25
RUN git clone --depth 1 https://github.com/openwall/john.git /upstream
26
RUN apt-get update -qq && \
0 commit comments