Mercurial > public > ssdt-docker
changeset 315:b67ceb4b6d04
adjusting docker script
author | aldrich@ssdt-ohio.org |
---|---|
date | Tue, 29 Oct 2019 16:22:49 +0100 |
parents | d78b45c28205 |
children | 83f30dc7e9fb |
files | bamboo-agent/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile Mon Oct 28 19:43:53 2019 +0100 +++ b/bamboo-agent/Dockerfile Tue Oct 29 16:22:49 2019 +0100 @@ -44,7 +44,7 @@ #dpkg-reconfigure -f noninteractive tzdata -ENV ANT_VERSION 1.10.5 +ENV ANT_VERSION 1.10.6 RUN cd && \ curl -fL -o apache-ant-bin.tar.gz http://www.us.apache.org/dist//ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz && \ tar -xzf apache-ant-bin.tar.gz && \