diff options
-rw-r--r-- | tests/instrumentation/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |