diff options
| -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 |
