diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-08 12:03:14 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-08 12:03:14 +0100 |
commit | b8b9e20ac05e60b3bd156ff8f995ae74ae9222f2 (patch) | |
tree | 01043aaffc5e9a783a7297bde8ac806486aa7dc0 | |
parent | d7788e29a8a64550e9b274001ff3fb9a7bf3473b (diff) | |
download | aerogramme-b8b9e20ac05e60b3bd156ff8f995ae74ae9222f2.tar.gz aerogramme-b8b9e20ac05e60b3bd156ff8f995ae74ae9222f2.zip |
test dovecot is updated
-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" |