Skip to content

Commit 59b9265

Browse files
committed
fix(.github): pin localstack/localstack to 4.14.0 to stabilize CI
1 parent 6fee1f0 commit 59b9265

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
options: >-
212212
--name "kafka"
213213
localstack:
214-
image: localstack/localstack:latest
214+
image: localstack/localstack:4.14.0
215215
ports:
216216
- 4566:4566
217217
steps:

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ services:
158158
- "9092:9092"
159159
- "9093:9093"
160160
localstack:
161-
image: localstack/localstack:latest
161+
image: localstack/localstack:4.14.0
162162
ports:
163163
- "4566:4566"

0 commit comments

Comments
 (0)