test(ci): update haproxy version to 2.4

This commit is contained in:
Zaiming Shi 2021-08-10 16:01:32 +02:00 committed by Rory Z
parent 69a202e4c0
commit 1a4f7f190d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3.9'
services: services:
haproxy: haproxy:
container_name: haproxy container_name: haproxy
image: haproxy:2.3 image: haproxy:2.4
depends_on: depends_on:
- emqx1 - emqx1
- emqx2 - emqx2