diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-10-17 10:04:48 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-10-17 10:04:48 +0200 |
| commit | 18d07538ade4cca553ee704b749590a1aac5ebfa (patch) | |
| tree | e47f3b4507cb8835dec0dc5c43549fe427a74e95 | |
| parent | 053df1f31259c72fae263415980039123907ac38 (diff) | |
Upgraded Apache Ant from 1.10.1 to 1.10.5 in Docker alpine image flavor
| -rw-r--r-- | docker/Dockerfile.alpine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine index 7ed3e840c..d26ee20d4 100644 --- a/docker/Dockerfile.alpine +++ b/docker/Dockerfile.alpine @@ -17,7 +17,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.10.1 +ENV ANT_VERSION 1.10.5 # All in one step to reduce image size growth : # - add gnupg package |
