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

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


The following commit(s) were added to refs/heads/1.4.x by this push:
     new edd4653be Update LocalStack Docker image version to 4.14 (#1518) 
(#1561)
edd4653be is described below

commit edd4653be7bb86aec5e51f3dda2b6c84cc583a51
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Apr 6 14:58:27 2026 +0200

    Update LocalStack Docker image version to 4.14 (#1518) (#1561)
---
 .../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