File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ services:
9292 driver : none
9393
9494 bproxysql :
95- image : proxysql/proxysql:2.5.4
95+ image : proxysql/proxysql:2.7.2
9696 # The --initial flag force resets the ProxySQL database on startup. By
9797 # default, ProxySQL ignores new configuration if the database already
9898 # exists. Without this flag, new configuration wouldn't be applied until you
@@ -108,7 +108,7 @@ services:
108108 - boulder-proxysql
109109
110110 bredis_1 :
111- image : redis:6.2.7
111+ image : redis:7.0.15
112112 volumes :
113113 - ./test/:/test/:cached
114114 command : redis-server /test/redis-ratelimits.config
@@ -117,7 +117,7 @@ services:
117117 ipv4_address : 10.77.77.4
118118
119119 bredis_2 :
120- image : redis:6.2.7
120+ image : redis:7.0.15
121121 volumes :
122122 - ./test/:/test/:cached
123123 command : redis-server /test/redis-ratelimits.config
@@ -126,7 +126,7 @@ services:
126126 ipv4_address : 10.77.77.5
127127
128128 bconsul :
129- image : hashicorp/consul:1.15.4
129+ image : hashicorp/consul:1.19.1
130130 volumes :
131131 - ./test/:/test/:cached
132132 networks :
You can’t perform that action at this time.
0 commit comments