diff --git a/projects/tomcat/Dockerfile b/projects/tomcat/Dockerfile index a160d85db061..a82ac9e34801 100644 --- a/projects/tomcat/Dockerfile +++ b/projects/tomcat/Dockerfile @@ -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 @@ -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 \ No newline at end of file +WORKDIR $SRC/tomcat