summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorFrank Tornack <frankenstein91.info@googlemail.com>2023-02-27 20:27:48 +0100
committerFrank Tornack <frankenstein91.info@googlemail.com>2023-02-27 20:27:48 +0100
commit7b95de41cee5490457450d173d60b0d6dbc2ed97 (patch)
tree65feea98a65071128750323511317c593d3ab0a3 /docker
parent4fb89e351dd7abd55a22f0973e14510b4d3ef4a3 (diff)
update to apache-ant-1.10.13
Diffstat (limited to 'docker')
-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 && \