From acb86ea0044031e5ee82867dcbb98e03f7d8942e Mon Sep 17 00:00:00 2001 From: secwall Date: Tue, 9 Jan 2024 13:05:07 +0100 Subject: [PATCH] Bump base redis version to 7.2.4 --- redis_patches/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis_patches/build.sh b/redis_patches/build.sh index e18d13c..d940119 100755 --- a/redis_patches/build.sh +++ b/redis_patches/build.sh @@ -7,7 +7,7 @@ DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt -y install build-essential git cd /app git clone https://github.com/redis/redis.git cd redis -git checkout 7.2.3 +git checkout 7.2.4 for i in ../redis_patches/*.patch do