Skip to content

Commit c2c0632

Browse files
hsqldb: fix build (google#11809)
Fixes: google#11808 Signed-off-by: David Korczynski <[email protected]>
1 parent 5ef89f7 commit c2c0632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/hsqldb/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

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

19-
RUN curl -L https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.12-bin.zip -o ant.zip && \
19+
RUN curl -L https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.14-bin.zip -o ant.zip && \
2020
unzip ant.zip -d $SRC/ant && \
2121
rm -rf ant.zip
2222

23-
ENV ANT $SRC/ant/apache-ant-1.10.12/bin/ant
23+
ENV ANT $SRC/ant/apache-ant-1.10.14/bin/ant
2424

2525
RUN svn checkout https://svn.code.sf.net/p/hsqldb/svn/base/trunk hsqldb-svn
2626

2727
COPY build.sh $SRC/
2828
COPY *.java $SRC/
29-
WORKDIR $SRC/hsqldb
29+
WORKDIR $SRC/hsqldb

0 commit comments

Comments
 (0)