From 8c7a9f14b7d7260c9831fb9950471b1e87fb66cd Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 9 Apr 2020 13:51:21 -0400 Subject: [PATCH] Bump ImageMagick and nginx versions --- image/base/install-imagemagick | 2 +- image/base/install-nginx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/image/base/install-imagemagick b/image/base/install-imagemagick index 31f6dcc..0be7111 100755 --- a/image/base/install-imagemagick +++ b/image/base/install-imagemagick @@ -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 diff --git a/image/base/install-nginx b/image/base/install-nginx index 3c5ede9..0d2b63e 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -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 -- 2.25.1