From b8b9e20ac05e60b3bd156ff8f995ae74ae9222f2 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 8 Jan 2024 12:03:14 +0100 Subject: [PATCH] test dovecot is updated --- tests/instrumentation/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/instrumentation/docker-compose.yml b/tests/instrumentation/docker-compose.yml index 21b5d7c..67a543a 100644 --- a/tests/instrumentation/docker-compose.yml +++ b/tests/instrumentation/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: dovecot: - image: dovecot/dovecot:2.3.19.1 + image: dovecot/dovecot:2.3.21 ports: - "993:993/tcp"