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 5757
5858 - name : Install Redis
5959 run : |
60- wget --no-check-certificate http ://download. redis.io/releases/ redis-7.4.2 .tar.gz
60+ wget --no-check-certificate https ://github.com/ redis/redis/archive/refs/tags/7.4.3.tar.gz -O redis-7.4.3 .tar.gz
6161 tar zxvf redis-*.tar.gz
6262 pushd redis-*/
6363 make BUILD_TLS=yes
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN cd /tmp \
5959 && ldconfig
6060
6161RUN cd /tmp \
62- && wget --no-check-certificate http ://download. redis.io/releases/ redis-7.4.2 .tar.gz \
62+ && wget --no-check-certificate https ://github.com/ redis/redis/archive/refs/tags/7.4.3.tar.gz -O redis-7.4.3 .tar.gz \
6363 && tar zxvf redis-*.tar.gz \
6464 && rm -f redis-*.tar.gz \
6565 && cd redis-* \
You can’t perform that action at this time.
0 commit comments