From a96b057dab007853b6aa1c3735d4d762a9c8e5f0 Mon Sep 17 00:00:00 2001 From: John Simons Date: Fri, 24 Jul 2026 15:14:18 +1000 Subject: [PATCH] Update LocalStack to version 4.4.0 Pin LocalStack to version 4.4.0 for container integration tests to ensure compatibility with the free tier and avoid commercial licensing requirements. --- src/container-integration-test/sqs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/container-integration-test/sqs.yml b/src/container-integration-test/sqs.yml index 875ed41c2d..e409a94757 100644 --- a/src/container-integration-test/sqs.yml +++ b/src/container-integration-test/sqs.yml @@ -1,7 +1,8 @@ services: localstack: - image: localstack/localstack:3 + # We need to pin the tag to 4.4.0 because after that version LocalStack has become a paid service for commercial use. + image: localstack/localstack:4.4.0 ports: - '4566-4597:4566-4597' - "8000:5000"