From 37da8b8f97eeb1dce145b697f2759e62056b018c Mon Sep 17 00:00:00 2001 From: ntohidi Date: Sat, 21 Mar 2026 14:26:23 +0800 Subject: [PATCH] fix: pin redis-tools version to match redis-server in Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c115de66..cc078a85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ pkg-config \ python3-dev \ libjpeg-dev \ + redis-tools${REDIS_VERSION:+=$REDIS_VERSION} \ redis-server${REDIS_VERSION:+=$REDIS_VERSION} \ supervisor \ && apt-get clean \