Skip to content

Commit 943372d

Browse files
authored
Use a newer version of proxysql, consul, and redis (#8450)
These versions match what SRE has deployed.
1 parent 4850cf2 commit 943372d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)