We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef89f7 commit c2c0632Copy full SHA for c2c0632
projects/hsqldb/Dockerfile
@@ -16,14 +16,14 @@
16
17
FROM gcr.io/oss-fuzz-base/base-builder-jvm
18
19
-RUN curl -L https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.12-bin.zip -o ant.zip && \
+RUN curl -L https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.14-bin.zip -o ant.zip && \
20
unzip ant.zip -d $SRC/ant && \
21
rm -rf ant.zip
22
23
-ENV ANT $SRC/ant/apache-ant-1.10.12/bin/ant
+ENV ANT $SRC/ant/apache-ant-1.10.14/bin/ant
24
25
RUN svn checkout https://svn.code.sf.net/p/hsqldb/svn/base/trunk hsqldb-svn
26
27
COPY build.sh $SRC/
28
COPY *.java $SRC/
29
-WORKDIR $SRC/hsqldb
+WORKDIR $SRC/hsqldb
0 commit comments