Skip to content

Commit 37da8b8

Browse files
committed
fix: pin redis-tools version to match redis-server in Dockerfile
1 parent 29d27ed commit 37da8b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5555
pkg-config \
5656
python3-dev \
5757
libjpeg-dev \
58+
redis-tools${REDIS_VERSION:+=$REDIS_VERSION} \
5859
redis-server${REDIS_VERSION:+=$REDIS_VERSION} \
5960
supervisor \
6061
&& apt-get clean \

0 commit comments

Comments
 (0)