Skip to content

Commit 784e566

Browse files
authored
Merge pull request #5648 from Particular/john/loclstack_update
Update LocalStack to version 4.4.0
2 parents 3060221 + a96b057 commit 784e566

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)