Skip to content

Commit

Permalink
Upgrade to Redis 7.4.1 & Valkey 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabalde committed Oct 7, 2024
1 parent d1c7714 commit 0666430
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install Redis
run: |
wget --no-check-certificate http://download.redis.io/releases/redis-7.4.0.tar.gz
wget --no-check-certificate http://download.redis.io/releases/redis-7.4.1.tar.gz
tar zxvf redis-*.tar.gz
pushd redis-*/
make BUILD_TLS=yes
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Install Valkey
run: |
wget --no-check-certificate https://github.com/valkey-io/valkey/archive/refs/tags/7.2.6.tar.gz -O valkey-7.2.6.tar.gz
wget --no-check-certificate https://github.com/valkey-io/valkey/archive/refs/tags/8.0.1.tar.gz -O valkey-8.0.1.tar.gz
tar zxvf valkey-*.tar.gz
pushd valkey-*/
make BUILD_TLS=yes
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN cd /tmp \
&& ldconfig

RUN cd /tmp \
&& wget --no-check-certificate http://download.redis.io/releases/redis-7.4.0.tar.gz \
&& wget --no-check-certificate http://download.redis.io/releases/redis-7.4.1.tar.gz \
&& tar zxvf redis-*.tar.gz \
&& rm -f redis-*.tar.gz \
&& cd redis-* \
Expand All @@ -72,7 +72,7 @@ RUN cd /tmp \
&& ldconfig

RUN cd /tmp \
&& wget --no-check-certificate https://github.com/valkey-io/valkey/archive/refs/tags/7.2.6.tar.gz -O valkey-7.2.6.tar.gz \
&& wget --no-check-certificate https://github.com/valkey-io/valkey/archive/refs/tags/8.0.1.tar.gz -O valkey-8.0.1.tar.gz \
&& tar zxvf valkey-*.tar.gz \
&& rm -f valkey-*.tar.gz \
&& cd valkey-* \
Expand Down

0 comments on commit 0666430

Please sign in to comment.