You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/09 12:29:02 UTC

[camel] branch master updated: Upgrade the Coreos Etcd docker image to 2.3.8

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


The following commit(s) were added to refs/heads/master by this push:
     new 0544206  Upgrade the Coreos Etcd docker image to 2.3.8
0544206 is described below

commit 054420609ebeff04e658a3f3df160efa3b09a631
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 9 14:24:49 2020 +0200

    Upgrade the Coreos Etcd docker image to 2.3.8
---
 .../java/org/apache/camel/component/etcd/support/EtcdTestSupport.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-etcd/src/test/java/org/apache/camel/component/etcd/support/EtcdTestSupport.java b/components/camel-etcd/src/test/java/org/apache/camel/component/etcd/support/EtcdTestSupport.java
index db5157e..73e2c67 100644
--- a/components/camel-etcd/src/test/java/org/apache/camel/component/etcd/support/EtcdTestSupport.java
+++ b/components/camel-etcd/src/test/java/org/apache/camel/component/etcd/support/EtcdTestSupport.java
@@ -34,7 +34,7 @@ import org.testcontainers.containers.GenericContainer;
 
 public abstract class EtcdTestSupport extends ContainerAwareTestSupport {
     public static final ObjectMapper MAPPER = EtcdHelper.createObjectMapper();
-    public static final String CONTAINER_IMAGE = "quay.io/coreos/etcd:v2.3.7";
+    public static final String CONTAINER_IMAGE = "quay.io/coreos/etcd:v2.3.8";
     public static final String CONTAINER_NAME = "etcd";
     public static final int ETCD_CLIENT_PORT = 2379;
     public static final int ETCD_PEER_PORT = 2380;