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 2af31f5f4b8 Use latest Localstack release 1.0.1 for test-infra
2af31f5f4b8 is described below

commit 2af31f5f4b806bbace6af8df7913fd70c80a5153
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Jul 25 18:55:31 2022 +0200

    Use latest Localstack release 1.0.1 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 a8c053bf18e..f4b3b8d6f88 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:1.0";
+    public static final String LOCALSTACK_CONTAINER = 
"localstack/localstack:1.0.1";
 
     private static final Logger LOG = 
LoggerFactory.getLogger(AWSLocalContainerService.class);
     private static final int SERVICE_PORT = 4566;

Reply via email to