Skip to content

Commit 683885c

Browse files
committed
Upgrade to redis 7.4.3 & hiredis 1.3.0
1 parent 7ead4e1 commit 683885c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN git clone https://github.com/varnishcache/varnish-cache.git /tmp/varnish \
5050
&& ldconfig
5151

5252
RUN 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

6161
RUN 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-* \

0 commit comments

Comments
 (0)