Skip to content

Commit

Permalink
fix: Update the clusterfuzzlite docker container (#613)
Browse files Browse the repository at this point in the history
Signed-off-by: Taras Drozdovskyi <t.drozdovsky@samsung.com>
  • Loading branch information
tdrozdovsky authored Sep 18, 2024
1 parent 3fef0fa commit 6980b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/oss-fuzz-base/base-builder-jvm@sha256:0a35a200381bf7ebda008131f8b1b7f19fd9c1bba1cfbaa9e4068c124761ecfd
FROM gcr.io/oss-fuzz-base/base-builder-jvm@sha256:e57ec446d50da82d34047f0da16fd667ef40b5e8752447bfae37d4b129fa3ace

RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.zip -o maven.zip && \
unzip maven.zip -d $SRC/maven && \
Expand Down

0 comments on commit 6980b0e

Please sign in to comment.