This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit 836e6f2cb23a80845ac2460f74e49f10fc057647 Author: PJ Fanning <[email protected]> AuthorDate: Mon Mar 23 22:32:35 2026 +0100 Update LocalStack image version in docker-compose --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 612e97a59..19946c126 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: amazoneventbridge: - image: localstack/localstack:0.10.7 + image: localstack/localstack:4.14 environment: - "SERVICES=events" - "DEBUG=true" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
