File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858
5959 - name : Install Redis
6060 run : |
61- wget --no-check-certificate https://github.com/redis/redis/archive/refs/tags/8.2.1 .tar.gz -O redis-8.2.1 .tar.gz
61+ wget --no-check-certificate https://github.com/redis/redis/archive/refs/tags/8.4.0 .tar.gz -O redis-8.4.0 .tar.gz
6262 tar zxvf redis-*.tar.gz
6363 pushd redis-*/
6464 make BUILD_TLS=yes
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN cd /tmp \
6262 && ldconfig
6363
6464RUN cd /tmp \
65- && wget --no-check-certificate https://github.com/redis/redis/archive/refs/tags/8.2.1 .tar.gz -O redis-8.2.1 .tar.gz \
65+ && wget --no-check-certificate https://github.com/redis/redis/archive/refs/tags/8.4.0 .tar.gz -O redis-8.4.0 .tar.gz \
6666 && tar zxvf redis-*.tar.gz \
6767 && rm -f redis-*.tar.gz \
6868 && cd redis-* \
You can’t perform that action at this time.
0 commit comments