From f034a5ec36709ad7ed2ff79f47bb2a7cbd4e4d5d Mon Sep 17 00:00:00 2001
From: Eric Timmons <etimmons@mit.edu>
Date: Sun, 3 Oct 2021 12:42:04 -0400
Subject: [PATCH] Update ANT to 1.10.11

---
 Dockerfile-apt-nightly.template      | 2 +-
 Dockerfile-apt-slim-nightly.template | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile-apt-nightly.template b/Dockerfile-apt-nightly.template
index 96c4347..af9d595 100644
--- a/Dockerfile-apt-nightly.template
+++ b/Dockerfile-apt-nightly.template
@@ -79,7 +79,7 @@ WORKDIR /usr/local/src/
 
 RUN set -x \
     # 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" \
     && tar xf "ant-$ANT_VERSION.tar.gz" \
     && PATH="/usr/local/src/apache-ant-$ANT_VERSION/bin:$PATH" \
diff --git a/Dockerfile-apt-slim-nightly.template b/Dockerfile-apt-slim-nightly.template
index 4207f51..152c741 100644
--- a/Dockerfile-apt-slim-nightly.template
+++ b/Dockerfile-apt-slim-nightly.template
@@ -9,7 +9,7 @@ RUN set -x \
     && apt-get update \
     && apt-get install --no-install-recommends -y curl gnupg dirmngr \
     # 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" \
     && tar xf "ant-$ANT_VERSION.tar.gz" \
     && PATH="/usr/local/src/apache-ant-$ANT_VERSION/bin:$PATH" \
-- 
GitLab