Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xfalcox committed May 28, 2021
1 parent 023e62a commit 1087cb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions image/base/install-imagemagick
Expand Up @@ -2,15 +2,15 @@
set -e

# version check: https://github.com/ImageMagick/ImageMagick/releases
IMAGE_MAGICK_VERSION="7.0.11-6"
IMAGE_MAGICK_HASH="8adc1605784653b078572b825e8cd1d3d54f8a1b4ba86b32ca253c038f7e4c37"
IMAGE_MAGICK_VERSION="7.0.11-13"
IMAGE_MAGICK_HASH="fc454be622724c6224fa6c8230bb9c50191a05fbf05b9c9c25aa3e5497090b83"

# version check: https://github.com/strukturag/libheif/releases
LIBHEIF_VERSION="1.11.0"
LIBHEIF_HASH="993c3320e179b8fdce983e3a7e96615af3830077be6b0ab28bfa25579df08d26"
LIBHEIF_VERSION="1.12.0"
LIBHEIF_HASH="086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65"

# version check: https://aomedia.googlesource.com/aom
LIB_AOM_VERSION="3.0.0"
LIB_AOM_VERSION="3.1.0"

# 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')
Expand Down
4 changes: 2 additions & 2 deletions image/base/install-nginx
Expand Up @@ -2,8 +2,8 @@
set -e

# version check: https://nginx.org/en/download.html
VERSION=1.18.0
HASH="4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99"
VERSION=1.21.0
HASH="fe192a4bac2bd3a769e8695cb9fe14a00e57eaceb919095347a83b5b2afc0771"

apt install -y autoconf

Expand Down
4 changes: 2 additions & 2 deletions image/base/install-redis
Expand Up @@ -2,8 +2,8 @@
set -e

# version check: https://redis.io/
REDIS_VERSION=6.2.1
REDIS_HASH="cd222505012cce20b25682fca931ec93bd21ae92cb4abfe742cf7b76aa907520"
REDIS_VERSION=6.2.3
REDIS_HASH="98ed7d532b5e9671f5df0825bb71f0f37483a16546364049384c63db8764512b"

cd /tmp
# Prepare Redis source.
Expand Down

1 comment on commit 1087cb2

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/discourse-docker-is-broken-conflicting-packages-on-debian-discourse-will-not-install/200518/1

Please sign in to comment.