From aadd087790dfdb22fd68b6e6602339da7bb7f43e Mon Sep 17 00:00:00 2001 From: Michael Fitz-Payne Date: Tue, 19 Oct 2021 12:33:03 +1000 Subject: [PATCH] Update dependencies (#573) --- image/base/install-imagemagick | 2 +- image/base/install-nginx | 4 ++-- image/base/install-redis | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/image/base/install-imagemagick b/image/base/install-imagemagick index 58f01ba..34f4eb2 100755 --- a/image/base/install-imagemagick +++ b/image/base/install-imagemagick @@ -10,7 +10,7 @@ LIBHEIF_VERSION="1.12.0" LIBHEIF_HASH="086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65" # version check: https://aomedia.googlesource.com/aom -LIB_AOM_VERSION="3.1.2" +LIB_AOM_VERSION="3.1.3" # 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 2a0a362..1dc39fc 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.2 -HASH="31771c560e46d73650568e8193cb94d981081f83dd62d1ba43af1a1e0ba25185" +VERSION=1.21.3 +HASH="14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a" apt install -y autoconf diff --git a/image/base/install-redis b/image/base/install-redis index 5d059de..bc661b3 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.5 -REDIS_HASH="4b9a75709a1b74b3785e20a6c158cab94cf52298aa381eea947a678a60d551ae" +REDIS_VERSION=6.2.6 +REDIS_HASH="5b2b8b7a50111ef395bf1c1d5be11e6e167ac018125055daa8b5c2317ae131ab" cd /tmp # Prepare Redis source. -- 2.25.1