Skip to content

Commit

Permalink
Tomcat: make build work again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Meyer committed Dec 30, 2024
1 parent 2e0e917 commit d17f9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/tomcat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder-jvm

RUN curl -L https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.12-bin.tar.gz -o ant.tar.gz && \
RUN curl -L https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.15-bin.tar.gz -o ant.tar.gz && \
mkdir -p $SRC/ant && \
tar -zxvf ant.tar.gz -C $SRC/ant --strip-components=1 && \
rm -rf ant.tar.gz
Expand All @@ -30,4 +30,4 @@ RUN git clone --depth 1 https://github.com/apache/tomcat

COPY build.sh $SRC/
COPY *Fuzzer.java $SRC/
WORKDIR $SRC/tomcat
WORKDIR $SRC/tomcat

0 comments on commit d17f9a3

Please sign in to comment.