Skip to content

Commit 61375f3

Browse files
authored
chore(dev): upgrade localstack image (#16185)
With the update to boto3/botocore, the protocol to interact with SQS no longer works in this old instance. The config changes are noted from the "How to Migrate" section from the release notes for v2 and v3. Refs: https://github.com/localstack/localstack/releases/tag/v2.0.0 Refs: https://github.com/localstack/localstack/releases/tag/v3.0.0 Signed-off-by: Mike Fiedler <[email protected]>
1 parent 93b13b9 commit 61375f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker-compose.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ services:
3333
image: redis:7.0
3434

3535
localstack:
36-
image: localstack/localstack:1.4
36+
image: localstack/localstack:3.5
3737
stop_signal: SIGKILL
3838
environment:
3939
SERVICES: "sqs"
40-
HOSTNAME: "localstack"
41-
HOSTNAME_EXTERNAL: "localstack"
42-
DEFAULT_REGION: "us-east-2"
40+
LOCALSTACK_HOST: "localstack"
4341
LS_LOG: "error"
4442
ports:
4543
- "4566:4566"

0 commit comments

Comments
 (0)