Skip to content

Commit a61d638

Browse files
Update localstack/localstack Docker tag to v2.3.0
1 parent 455468e commit a61d638

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
services:
1414
localstack:
15-
image: localstack/localstack:2.1.0
15+
image: localstack/localstack:2.3.0
1616
ports:
1717
- 4566:4566
1818
- 4510-4559:4510-4559
@@ -65,7 +65,7 @@ jobs:
6565
needs: [setup]
6666
services:
6767
localstack:
68-
image: localstack/localstack:2.1.0
68+
image: localstack/localstack:2.3.0
6969
ports:
7070
- 4566:4566
7171
- 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
@@ -28,7 +28,7 @@ jobs:
2828
needs: [setup]
2929
services:
3030
localstack:
31-
image: localstack/localstack:2.1.0
31+
image: localstack/localstack:2.3.0
3232
ports:
3333
- 4566:4566
3434
- 4510-4559:4510-4559

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: [setup]
2929
services:
3030
localstack:
31-
image: localstack/localstack:2.1.0
31+
image: localstack/localstack:2.3.0
3232
ports:
3333
- 4566:4566
3434
- 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
@@ -29,7 +29,7 @@ jobs:
2929
needs: [setup]
3030
services:
3131
localstack:
32-
image: localstack/localstack:2.1.0
32+
image: localstack/localstack:2.3.0
3333
ports:
3434
- 4566:4566
3535
- 4510-4559:4510-4559

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: [setup]
3232
services:
3333
localstack:
34-
image: localstack/localstack:2.1.0
34+
image: localstack/localstack:2.3.0
3535
ports:
3636
- 4566:4566
3737
- 4510-4559:4510-4559

0 commit comments

Comments
 (0)