This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 9cf24b4  ArangoDB Test Infra: Use 3.8.1 instead of latest
9cf24b4 is described below

commit 9cf24b4be1bfb17268dbbf82964d20123fb206ea
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Oct 11 10:05:06 2021 +0200

    ArangoDB Test Infra: Use 3.8.1 instead of latest
---
 .../apache/camel/test/infra/arangodb/services/ArangoDbContainer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/services/ArangoDbContainer.java
 
b/test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/services/ArangoDbContainer.java
index 8ddfeae..3646f87 100644
--- 
a/test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/services/ArangoDbContainer.java
+++ 
b/test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/services/ArangoDbContainer.java
@@ -24,7 +24,7 @@ import org.testcontainers.containers.wait.strategy.Wait;
 
 public class ArangoDbContainer extends GenericContainer {
     public static final Integer PORT_DEFAULT = 8529;
-    public static final String ARANGO_IMAGE = "arangodb:latest";
+    public static final String ARANGO_IMAGE = "arangodb:3.8.1";
 
     private static final Logger LOGGER = 
LoggerFactory.getLogger(ArangoDbContainer.class);
     private static final String CONTAINER_NAME = "arango";

Reply via email to