diff options
| author | Frank Tornack <frankenstein91.info@googlemail.com> | 2023-02-27 20:27:48 +0100 |
|---|---|---|
| committer | Frank Tornack <frankenstein91.info@googlemail.com> | 2023-02-27 20:27:48 +0100 |
| commit | 7b95de41cee5490457450d173d60b0d6dbc2ed97 (patch) | |
| tree | 65feea98a65071128750323511317c593d3ab0a3 /docker | |
| parent | 4fb89e351dd7abd55a22f0973e14510b4d3ef4a3 (diff) | |
update to apache-ant-1.10.13
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/Dockerfile.ArchLinux | 2 |
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 && \ |
