From: Rafael dos Santos Silva <xfalcox@gmail.com>
Date: Mon, 6 Sep 2021 21:04:32 +0000 (-0300)
Subject: Update dependencies
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8b3e8f7dc8ca974c5ce359f162c47ad5b673e030;p=discourse_docker.git

Update dependencies
---

diff --git a/image/base/install-imagemagick b/image/base/install-imagemagick
index 7122613..58f01ba 100755
--- a/image/base/install-imagemagick
+++ b/image/base/install-imagemagick
@@ -2,15 +2,15 @@
 set -e
 
 # version check: https://github.com/ImageMagick/ImageMagick/releases
-IMAGE_MAGICK_VERSION="7.0.11-13"
-IMAGE_MAGICK_HASH="fc454be622724c6224fa6c8230bb9c50191a05fbf05b9c9c25aa3e5497090b83"
+IMAGE_MAGICK_VERSION="7.1.0-6"
+IMAGE_MAGICK_HASH="0e925a1e6192bf2908bfcf1a99eec271f36844663ab3b6d2690cdaaa11b928c7"
 
 # version check: https://github.com/strukturag/libheif/releases
 LIBHEIF_VERSION="1.12.0"
 LIBHEIF_HASH="086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65"
 
 # version check: https://aomedia.googlesource.com/aom
-LIB_AOM_VERSION="3.1.0"
+LIB_AOM_VERSION="3.1.2"
 
 # We use debian, but GitHub CI is stuck on Ubuntu Bionic, so this must be compatible with both
 LIBJPEGTURBO=$(cat /etc/issue | grep -qi Debian && echo 'libjpeg62-turbo libjpeg62-turbo-dev' || echo 'libjpeg-turbo8 libjpeg-turbo8-dev')
diff --git a/image/base/install-nginx b/image/base/install-nginx
index 977b38d..2a0a362 100755
--- a/image/base/install-nginx
+++ b/image/base/install-nginx
@@ -2,8 +2,8 @@
 set -e
 
 # version check: https://nginx.org/en/download.html
-VERSION=1.21.1
-HASH="68ba0311342115163a0354cad34f90c05a7e8bf689dc498abf07899eda155560"
+VERSION=1.21.2
+HASH="31771c560e46d73650568e8193cb94d981081f83dd62d1ba43af1a1e0ba25185"
 
 apt install -y autoconf
 
diff --git a/image/base/install-redis b/image/base/install-redis
index 5761efa..5d059de 100755
--- a/image/base/install-redis
+++ b/image/base/install-redis
@@ -2,8 +2,8 @@
 set -e
 
 # version check: https://redis.io/
-REDIS_VERSION=6.2.3
-REDIS_HASH="98ed7d532b5e9671f5df0825bb71f0f37483a16546364049384c63db8764512b"
+REDIS_VERSION=6.2.5
+REDIS_HASH="4b9a75709a1b74b3785e20a6c158cab94cf52298aa381eea947a678a60d551ae"
 
 cd /tmp
 # Prepare Redis source.