This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5ab96674a2b0f7b10ee1c68389aa68f8c8c86151 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 4 08:38:31 2019 +0200 Camel-NSQ: Use v1.1.0 tag for used docker images --- .../src/test/java/org/apache/camel/component/nsq/NsqTestSupport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-nsq/src/test/java/org/apache/camel/component/nsq/NsqTestSupport.java b/components/camel-nsq/src/test/java/org/apache/camel/component/nsq/NsqTestSupport.java index 1c2bff6..d2e980d 100644 --- a/components/camel-nsq/src/test/java/org/apache/camel/component/nsq/NsqTestSupport.java +++ b/components/camel-nsq/src/test/java/org/apache/camel/component/nsq/NsqTestSupport.java @@ -28,10 +28,10 @@ import org.testcontainers.containers.Network; public class NsqTestSupport extends ContainerAwareTestSupport { - public static final String CONTAINER_NSQLOOKUPD_IMAGE = "nsqio/nsq"; + public static final String CONTAINER_NSQLOOKUPD_IMAGE = "nsqio/nsq:v1.1.0"; public static final String CONTAINER_NSQLOOKUPD_NAME = "nsqlookupd"; - public static final String CONTAINER_NSQD_IMAGE = "nsqio/nsq"; + public static final String CONTAINER_NSQD_IMAGE = "nsqio/nsq:v1.1.0"; public static final String CONTAINER_NSQD_NAME = "nsqd"; Network network;