diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-01-02 14:23:25 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-01-02 14:23:25 +0100 |
| commit | 9cfe8dd6d6da06b47c512c0c652403e078888722 (patch) | |
| tree | 7011ca5e6c71c3357cc24f07625a20198a4c942b /docker/Dockerfile.alpine | |
| parent | c1401d821e2141fd3d1e1a1ec03ec8b20f8fcd86 (diff) | |
Upgraded Apache Ant to 1.10.0 for the Alpine flavor Docker image.
Diffstat (limited to 'docker/Dockerfile.alpine')
| -rwxr-xr-x | docker/Dockerfile.alpine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine index 245da0a5c..5051f1a45 100755 --- a/docker/Dockerfile.alpine +++ b/docker/Dockerfile.alpine @@ -16,7 +16,7 @@ WORKDIR /tmp # --- Begin of apache ant install : from binary distribution because ant is not in alpine packages # 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 : # - add gnupg package |
