From 12d8872a0950173fed22050eb1baad3786f0e3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Tue, 23 Oct 2018 16:09:59 +0300 Subject: [PATCH] Fix unbound build path --- tests/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.yml b/tests/build.yml index 8a5cd540..ed5b75fe 100644 --- a/tests/build.yml +++ b/tests/build.yml @@ -8,7 +8,7 @@ services: resolver: image: ${DOCKER_ORG:-mailu}/unbound:${VERSION:-local} - build: ../core/unbound + build: ../services/unbound imap: image: ${DOCKER_ORG:-mailu}/dovecot:${VERSION:-local}