fix: pin LocalStack to 4.4 (latest now requires paid license)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Simone Scarduzio
2026-03-23 11:50:05 +01:00
parent b0699f952a
commit 60b70309fa
5 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
services:
localstack:
image: localstack/localstack:latest
image: localstack/localstack:4.4
ports:
- 4566:4566
env:

View File

@@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
services:
localstack:
image: localstack/localstack:latest
image: localstack/localstack:4.4
ports:
- 4566:4566
env:

View File

@@ -150,7 +150,7 @@ jobs:
runs-on: ubuntu-latest
services:
localstack:
image: localstack/localstack:latest
image: localstack/localstack:4.4
ports:
- 4566:4566
env: