Skip to content

Commit a96b057

Browse files
committed
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.
1 parent 3060221 commit a96b057

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/container-integration-test

src/container-integration-test/sqs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
services:
22

33
localstack:
4-
image: localstack/localstack:3
4+
# We need to pin the tag to 4.4.0 because after that version LocalStack has become a paid service for commercial use.
5+
image: localstack/localstack:4.4.0
56
ports:
67
- '4566-4597:4566-4597'
78
- "8000:5000"

0 commit comments

Comments
 (0)