summaryrefslogtreecommitdiff
path: root/docker/Dockerfile.ArchLinux
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile.ArchLinux')
-rw-r--r--docker/Dockerfile.ArchLinux2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.ArchLinux b/docker/Dockerfile.ArchLinux
index 5b5dcc965..7b72d4fd5 100644
--- a/docker/Dockerfile.ArchLinux
+++ b/docker/Dockerfile.ArchLinux
@@ -12,7 +12,7 @@ ENV PATH="/usr/lib/jvm/default/bin:${PATH}"
# set the JAVA_HOME variable
ENV JAVA_HOME="/usr/lib/jvm/default"
WORKDIR /opt
-RUN curl "https://downloads.apache.org/ant/source/apache-ant-1.10.12-src.tar.gz" --output ant-src.tar.gz && \
+RUN curl "https://downloads.apache.org/ant/source/apache-ant-1.10.13-src.tar.gz" --output ant-src.tar.gz && \
tar -xzf ant-src.tar.gz && \
rm ant-src.tar.gz && \
mv apache-ant-* ant-src && \