fix: pin redis-tools version to match redis-server in Dockerfile

This commit is contained in:
ntohidi
2026-03-21 14:26:23 +08:00
parent 29d27ed1ae
commit 37da8b8f97

View File

@@ -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 \