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.0.0 .tar.gz -O redis-8.0.0 .tar.gz
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
6262 tar zxvf redis-*.tar.gz
6363 pushd redis-*/
6464 make BUILD_TLS=yes
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN cd /tmp \
6060 && ldconfig
6161
6262RUN cd /tmp \
63- && wget --no-check-certificate https://github.com/redis/redis/archive/refs/tags/8.0.0 .tar.gz -O redis-8.0.0 .tar.gz \
63+ && wget --no-check-certificate https://github.com/redis/redis/archive/refs/tags/8.2.1 .tar.gz -O redis-8.2.1 .tar.gz \
6464 && tar zxvf redis-*.tar.gz \
6565 && rm -f redis-*.tar.gz \
6666 && cd redis-* \
You can’t perform that action at this time.
0 commit comments