File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV SSL_CERT_FILE=/usr/local/etc/openssl/cert.pem
2323
2424RUN  gem install redis -v 4.1.3
2525
26- ARG  redis_version=5 .0.7 
26+ ARG  redis_version=6 .0.1 
2727
2828RUN  wget -qO redis.tar.gz https://github.com/antirez/redis/archive/${redis_version}.tar.gz \
2929 && tar xfz redis.tar.gz -C / \
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ build-6.0:
111111docker build --build-arg redis_version=6.0.0 -t grokzen/redis-cluster:6.0.0 . 
112112
113113build-latest :
114- docker build --build-arg redis_version=5 .0.7  -t grokzen/redis-cluster:latest . 
114+ docker build --build-arg redis_version=6 .0.1  -t grokzen/redis-cluster:latest . 
115115
116116build-all : build-3.0 build-3.2 build-4.0 build-5.0 build-6.0 build-latest
117117
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ The following tags with pre-built images is available on `docker-hub`.
169169
170170Latest release in the most recent stable branch will be used as ` latest `  version.
171171
172- -  latest == 5 .0.7 
172+ -  latest == 6 .0.1 
173173
174174Redis 6.0.x versions:
175175
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 build :
99 context : . 
1010 args :
11-  redis_version : ' 5 .0.7 ' 
11+  redis_version : ' 6 .0.1 ' 
1212 hostname : server 
1313 ports :
1414 - ' 7000-7050:7000-7050' 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments