File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747
4848 - name : Install hiredis
4949 run : |
50- wget --no-check-certificate https://github.com/redis/hiredis/archive/v1.2 .0.zip -O hiredis-1.2 .0.zip
50+ wget --no-check-certificate https://github.com/redis/hiredis/archive/v1.3 .0.zip -O hiredis-1.3 .0.zip
5151 unzip hiredis-*.zip
5252 pushd hiredis-*/
5353 make USE_SSL=1
5757
5858 - name : Install Redis
5959 run : |
60- wget --no-check-certificate http://download.redis.io/releases/redis-7.4.1 .tar.gz
60+ wget --no-check-certificate http://download.redis.io/releases/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 @@ -50,7 +50,7 @@ RUN git clone https://github.com/varnishcache/varnish-cache.git /tmp/varnish \
5050 && ldconfig
5151
5252RUN cd /tmp \
53- && wget --no-check-certificate https://github.com/redis/hiredis/archive/v1.2 .0.zip -O hiredis-1.2 .0.zip \
53+ && wget --no-check-certificate https://github.com/redis/hiredis/archive/v1.3 .0.zip -O hiredis-1.3 .0.zip \
5454 && unzip hiredis-*.zip \
5555 && rm -f hiredis-*.zip \
5656 && cd hiredis* \
@@ -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.1 .tar.gz \
62+ && wget --no-check-certificate http://download.redis.io/releases/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