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

fanningpj pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git

commit 19e57c832981baffd7a4b7a634685ab34f71b08f
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Mar 23 22:30:57 2026 +0100

    Update LocalStack Docker image version to 4.14
---
 .../org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala
 
b/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala
index 3e558f28e..d07e958f5 100644
--- 
a/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala
+++ 
b/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/BaseAwsClientTest.scala
@@ -56,7 +56,7 @@ trait LocalstackBaseAwsClientTest[C <: SdkClient] extends 
BaseAwsClientTest[C] {
 
   override lazy val container: GenericContainer =
     new GenericContainer(
-      dockerImage = "localstack/localstack",
+      dockerImage = "localstack/localstack:4.14",
       exposedPorts = Seq(exposedServicePort),
       env = Map("SERVICES" -> service),
       waitStrategy = Some(LocalStackReadyLogWaitStrategy))


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to