Skip to content

Commit

Permalink
docker: Support Java 17 in Jazzer docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bertschneider authored and fmeum committed Apr 6, 2023
1 parent a6842eb commit 17247b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jazzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.15.0/baz

# :debug includes a busybox shell, which is needed for libFuzzer's use of system() for e.g. the
# -fork and -minimize_crash commands.
FROM gcr.io/distroless/java:debug
FROM gcr.io/distroless/java17:debug

COPY --from=builder /app/* /app/
# system() expects the shell at /bin/sh, but the image has it at /busybox/sh. We create a symlink,
Expand Down

0 comments on commit 17247b6

Please sign in to comment.