Upgraded Apache Ant to 1.10.0 for the Alpine flavor Docker image.

pull/101/merge
luccioman 8 years ago
parent c1401d821e
commit 9cfe8dd6d6

@ -16,7 +16,7 @@ WORKDIR /tmp
# --- Begin of apache ant install : from binary distribution because ant is not in alpine packages # --- Begin of apache ant install : from binary distribution because ant is not in alpine packages
# set ant version once in a environment variable # set ant version once in a environment variable
ENV ANT_VERSION 1.9.7 ENV ANT_VERSION 1.10.0
# All in one step to reduce image size growth : # All in one step to reduce image size growth :
# - add gnupg package # - add gnupg package

Loading…
Cancel
Save