Skip to content

Commit 17080e3

Browse files
committed
change version to 7.2.8
1 parent fd3a02d commit 17080e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Containerfile.redis

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM quay.io/centos/centos:stream9
44
# Install necessary dependencies (gcc, make, etc.) for building Redis from source
55
RUN yum install -y gcc make wget tar gzip openssl openssl-devel && \
66
yum clean all && mkdir -p /etc/redis && \
7-
wget https://download.redis.io/releases/redis-7.4.3.tar.gz && \
8-
tar xzf redis-7.4.3.tar.gz -C /etc/redis --strip-components=1 && \
9-
rm redis-7.4.3.tar.gz && \
7+
wget https://download.redis.io/releases/redis-7.2.8.tar.gz && \
8+
tar xzf redis-7.2.8.tar.gz -C /etc/redis --strip-components=1 && \
9+
rm redis-7.2.8.tar.gz && \
1010
chmod 770 /var/run
1111

1212
# Change working directory to the extracted Redis source code directory

0 commit comments

Comments
 (0)