Skip to content
Snippets Groups Projects
Commit f034a5ec authored by Eric Timmons's avatar Eric Timmons
Browse files

Update ANT to 1.10.11

parent 06673064
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ WORKDIR /usr/local/src/ ...@@ -79,7 +79,7 @@ WORKDIR /usr/local/src/
RUN set -x \ RUN set -x \
# Install ant # Install ant
&& ANT_VERSION="1.10.9" \ && ANT_VERSION="1.10.11" \
&& curl -fsSL "https://mirrors.gigenet.com/apache/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" > "ant-$ANT_VERSION.tar.gz" \ && curl -fsSL "https://mirrors.gigenet.com/apache/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" > "ant-$ANT_VERSION.tar.gz" \
&& tar xf "ant-$ANT_VERSION.tar.gz" \ && tar xf "ant-$ANT_VERSION.tar.gz" \
&& PATH="/usr/local/src/apache-ant-$ANT_VERSION/bin:$PATH" \ && PATH="/usr/local/src/apache-ant-$ANT_VERSION/bin:$PATH" \
......
...@@ -9,7 +9,7 @@ RUN set -x \ ...@@ -9,7 +9,7 @@ RUN set -x \
&& apt-get update \ && apt-get update \
&& apt-get install --no-install-recommends -y curl gnupg dirmngr \ && apt-get install --no-install-recommends -y curl gnupg dirmngr \
# Install ant # Install ant
&& ANT_VERSION="1.10.9" \ && ANT_VERSION="1.10.11" \
&& curl -fsSL "https://mirrors.gigenet.com/apache/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" > "ant-$ANT_VERSION.tar.gz" \ && curl -fsSL "https://mirrors.gigenet.com/apache/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" > "ant-$ANT_VERSION.tar.gz" \
&& tar xf "ant-$ANT_VERSION.tar.gz" \ && tar xf "ant-$ANT_VERSION.tar.gz" \
&& PATH="/usr/local/src/apache-ant-$ANT_VERSION/bin:$PATH" \ && PATH="/usr/local/src/apache-ant-$ANT_VERSION/bin:$PATH" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment