Skip to content

Commit b441d86

Browse files
chore(deps): update localstack/localstack docker tag to v2.3.2
1 parent 6319360 commit b441d86

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/test-destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
services:
2323
localstack:
24-
image: localstack/localstack:2.1.0
24+
image: localstack/localstack:2.3.2
2525
ports:
2626
- 4566:4566
2727
- 4510-4559:4510-4559
@@ -75,7 +75,7 @@ jobs:
7575
needs: [setup]
7676
services:
7777
localstack:
78-
image: localstack/localstack:2.1.0
78+
image: localstack/localstack:2.3.2
7979
ports:
8080
- 4566:4566
8181
- 4510-4559:4510-4559

.github/workflows/test-helm-raw-default-kube-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: [setup]
3939
services:
4040
localstack:
41-
image: localstack/localstack:2.1.0
41+
image: localstack/localstack:2.3.2
4242
ports:
4343
- 4566:4566
4444
- 4510-4559:4510-4559

.github/workflows/test-helm-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: [setup]
3939
services:
4040
localstack:
41-
image: localstack/localstack:2.1.0
41+
image: localstack/localstack:2.3.2
4242
ports:
4343
- 4566:4566
4444
- 4510-4559:4510-4559

.github/workflows/test-helmfile-raw-default-kube-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
needs: [setup]
4040
services:
4141
localstack:
42-
image: localstack/localstack:2.1.0
42+
image: localstack/localstack:2.3.2
4343
ports:
4444
- 4566:4566
4545
- 4510-4559:4510-4559

.github/workflows/test-helmfile-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs: [setup]
4242
services:
4343
localstack:
44-
image: localstack/localstack:2.1.0
44+
image: localstack/localstack:2.3.2
4545
ports:
4646
- 4566:4566
4747
- 4510-4559:4510-4559

0 commit comments

Comments
 (0)