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 2021/05/10 05:41:43 UTC

[camel] branch main updated: Use Localstack 0.12.11 as docker image for test-infra

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 74cc741  Use Localstack 0.12.11 as docker image for test-infra
74cc741 is described below

commit 74cc741f89f0fbf9803c3c24958e28aea46470a7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 10 07:25:15 2021 +0200

    Use Localstack 0.12.11 as docker image for test-infra
---
 .../java/org/apache/camel/test/infra/aws2/services/AWSContainer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java b/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
index 5a78f50..f2112af 100644
--- a/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
+++ b/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
@@ -36,7 +36,7 @@ import software.amazon.awssdk.auth.credentials.AwsCredentialsProvider;
  behave as in runtime.
  */
 public class AWSContainer extends GenericContainer<AWSContainer> {
-    public static final String LOCALSTACK_CONTAINER = "localstack/localstack:0.12.10";
+    public static final String LOCALSTACK_CONTAINER = "localstack/localstack:0.12.11";
 
     private static final Logger LOG = LoggerFactory.getLogger(AWSLocalContainerService.class);
     private static final int SERVICE_PORT = 4566;