This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 781cc9e88 Update LocalStack Docker image version to 4.14 (#1518)
781cc9e88 is described below
commit 781cc9e88b0444b791673ee84c8793fa49646d49
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Mar 24 09:58:39 2026 +0100
Update LocalStack Docker image version to 4.14 (#1518)
---
.../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]