Skip to content

Commit

Permalink
chore(deps): update localstack/localstack docker tag to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent d7a0070 commit e6a60a8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion aws-cloudwatch-project/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "5432:5432"

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "4566:4566"
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-dynamodb-project/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "4566:4566"
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/consumer/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "4566:4566"
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/producer/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "4566:4566"
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-lambda-project/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- aws-lambda

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
- "127.0.0.1:4510-4559:4510-4559" # external services port range
Expand Down
2 changes: 1 addition & 1 deletion aws-parameterstore-project/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "5432:5432"

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "4566:4566"
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-s3-project/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "5432:5432"

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
- "127.0.0.1:4510-4559:4510-4559" # external services port range
Expand Down
2 changes: 1 addition & 1 deletion aws-secretmanager-project/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "5432:5432"

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "4566:4566"
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-ses-project/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "4566:4566"
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-sns-project/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
ports:
- "4566:4566"
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-sqs-project/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
retries: 5

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.5.0
environment:
- AWS_DEFAULT_REGION=us-east-1
- EDGE_PORT=4566
Expand Down

0 comments on commit e6a60a8

Please sign in to comment.