Skip to content

Commit e3dfbc6

Browse files
chore(deps): update localstack/localstack docker tag to v4
1 parent 22559c8 commit e3dfbc6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aws-cloudwatch-project/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "5432:5432"
1212

1313
localstack:
14-
image: localstack/localstack:3.8.1
14+
image: localstack/localstack:4.0.3
1515
ports:
1616
- "4566:4566"
1717
environment:

aws-parameterstore-project/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "5432:5432"
1212

1313
localstack:
14-
image: localstack/localstack:3.8.1
14+
image: localstack/localstack:4.0.3
1515
ports:
1616
- "4566:4566"
1717
environment:

aws-secretmanager-project/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "5432:5432"
1212

1313
localstack:
14-
image: localstack/localstack:3.8.1
14+
image: localstack/localstack:4.0.3
1515
ports:
1616
- "4566:4566"
1717
environment:

aws-ses-project/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
localstack:
4-
image: localstack/localstack:3.8.1
4+
image: localstack/localstack:4.0.3
55
ports:
66
- "4566:4566"
77
environment:

0 commit comments

Comments
 (0)