From: Rafael dos Santos Silva Date: Wed, 27 Jan 2021 17:27:59 +0000 (-0300) Subject: Bump Redis minor version X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=41fba181bd4242a404b018e7120388e1eedd63bd;p=discourse_docker.git Bump Redis minor version --- diff --git a/image/base/install-redis b/image/base/install-redis index 7a3cf22..8e3fc1f 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.0.9 -REDIS_HASH="dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd" +REDIS_VERSION=6.0.10 +REDIS_HASH="79bbb894f9dceb33ca699ee3ca4a4e1228be7fb5547aeb2f99d921e86c1285bd" cd /tmp # Prepare Redis source.