Skip to content

Commit ee439d7

Browse files
committed
use v0.0.13 for #29
1 parent 129f6e8 commit ee439d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker/redis/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM redis/redis-stack-server
22

33
RUN apt update
44
RUN apt-get -y install wget
5-
RUN wget https://github.com/redis-field-engineering/redis-smart-cache-cli/releases/download/v0.0.12/redis-smart-cache-cli_Linux_x86_64.tar.gz
5+
RUN wget https://github.com/redis-field-engineering/redis-smart-cache-cli/releases/download/v0.0.13/redis-smart-cache-cli_Linux_x86_64.tar.gz
66
RUN tar -xzvf redis-smart-cache-cli_Linux_x86_64.tar.gz
77
RUN cp smart-cache-cli /usr/local/bin
88
RUN rm redis-smart-cache-cli_Linux_x86_64.tar.gz

0 commit comments

Comments
 (0)