Skip to content

Commit 763ec42

Browse files
committed
update localstack
1 parent 456fa3b commit 763ec42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
services:
7373
localstack:
74-
image: localstack/localstack:3.0.2
74+
image: localstack/localstack:4.9.2
7575
env:
7676
LOCALSTACK_SERVICES: dynamodb,kinesis,s3,sqs,sns,redshift,route53,logs,serverless,lambda,stepfunctions,events
7777
EXTRA_CORS_ALLOWED_HEADERS: x-amz-request-id,x-amzn-requestid,x-amz-id-2

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ services:
121121
ports:
122122
- "127.0.0.1:8081:8081"
123123
localstack:
124-
image: localstack/localstack:3.0.2
124+
image: localstack/localstack:4.9.2
125125
ports:
126126
- "127.0.0.1:4566:4566" # Edge
127127
environment:

0 commit comments

Comments
 (0)