File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
59
59
- name : Install Redis
60
60
run : |
61
- wget --no-check-certificate https://github.com/redis/redis/archive/refs/tags/7.4.3 .tar.gz -O redis-7.4.3 .tar.gz
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
62
62
tar zxvf redis-*.tar.gz
63
63
pushd redis-*/
64
64
make BUILD_TLS=yes
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN cd /tmp \
62
62
&& ldconfig
63
63
64
64
RUN cd /tmp \
65
- && wget --no-check-certificate https://github.com/redis/redis/archive/refs/tags/7.4.3 .tar.gz -O redis-7.4.3 .tar.gz \
65
+ && wget --no-check-certificate https://github.com/redis/redis/archive/refs/tags/8.0.0 .tar.gz -O redis-8.0.0 .tar.gz \
66
66
&& tar zxvf redis-*.tar.gz \
67
67
&& rm -f redis-*.tar.gz \
68
68
&& cd redis-* \
You can’t perform that action at this time.
0 commit comments