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
5959name : Install Redis 
6060        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 
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/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 \
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