Bump ImageMagick and nginx versions
authorMichael Brown <supermathie@gmail.com>
Thu, 9 Apr 2020 17:51:21 +0000 (13:51 -0400)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Thu, 9 Apr 2020 17:58:32 +0000 (14:58 -0300)
image/base/install-imagemagick
image/base/install-nginx

index 31f6dcc7b2af345b9839a0ca7718a860bb946229..0be71119fc61116abb8a9f21043b997758043f47 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -o errexit
 
-IMAGE_MAGICK_VERSION="7.0.8-66"
+IMAGE_MAGICK_VERSION="7.0.10-6"
 LIBPNG_VERSION="1.6.37"
 
 PREFIX=/usr/local
index 3c5ede98a90879e113183cfe04ff5ea2ec93e89e..0d2b63ecbdd52c05dd2bed6088163126f3781991 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/bash
 set -e
-VERSION=1.17.4
 cd /tmp
 
 apt install -y autoconf
+VERSION=1.17.9
 
 
 git clone https://github.com/bagder/libbrotli