Skip to content

Commit

Permalink
Update localstack/localstack Docker tag to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent 7356b85 commit 0806e27
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
services:
localstack:
image: localstack/localstack:2.1.0
image: localstack/localstack:3.3.0
ports:
- 4566:4566
- 4510-4559:4510-4559
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
needs: [setup]
services:
localstack:
image: localstack/localstack:2.1.0
image: localstack/localstack:3.3.0
ports:
- 4566:4566
- 4510-4559:4510-4559
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-helm-raw-default-kube-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: [setup]
services:
localstack:
image: localstack/localstack:2.1.0
image: localstack/localstack:3.3.0
ports:
- 4566:4566
- 4510-4559:4510-4559
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-helm-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: [setup]
services:
localstack:
image: localstack/localstack:2.1.0
image: localstack/localstack:3.3.0
ports:
- 4566:4566
- 4510-4559:4510-4559
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: [setup]
services:
localstack:
image: localstack/localstack:2.1.0
image: localstack/localstack:3.3.0
ports:
- 4566:4566
- 4510-4559:4510-4559
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-helmfile-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: [setup]
services:
localstack:
image: localstack/localstack:2.1.0
image: localstack/localstack:3.3.0
ports:
- 4566:4566
- 4510-4559:4510-4559
Expand Down

0 comments on commit 0806e27

Please sign in to comment.