Mercurial > public > ssdt-docker
changeset 286:477609392d1b
fix missing ant version
author | smith@nwoca.org |
---|---|
date | Thu, 06 Dec 2018 17:23:30 +0000 |
parents | d7861a826d05 |
children | 4cc087cde1d0 |
files | bamboo-agent/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile Thu Nov 15 20:10:48 2018 +0000 +++ b/bamboo-agent/Dockerfile Thu Dec 06 17:23:30 2018 +0000 @@ -38,7 +38,7 @@ && apt-get install -y zip -ENV ANT_VERSION 1.10.3 +ENV ANT_VERSION 1.10.5 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 && \