Skip to content

Commit 8b2dc1a

Browse files
authored
Update Jazzer to the latest release: version 0.26.0 (#14142)
1 parent 6e3402f commit 8b2dc1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/base-images/base-builder-jvm/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ USER jazzer_user
3434

3535
WORKDIR $SRC
3636

37+
# Install Jazzer version 0.26.0
3738
RUN git clone https://github.com/CodeIntelligenceTesting/jazzer && \
3839
cd jazzer && \
39-
git checkout 11b42852df4344737df54a380c2f522025bb4e84
40+
git checkout 86378b7a20f08165e72a45582d6a9a5091212318
4041

4142
WORKDIR $SRC/jazzer
4243

0 commit comments

Comments
 (0)