Skip to content

Commit dae2928

Browse files
authored
ci: update kafka docker image to 3.9.1 (#6794)
1 parent 0f4b75e commit dae2928

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/apm-integrations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
runs-on: ubuntu-latest
214214
services:
215215
kafka:
216-
image: apache/kafka-native:3.8.0-rc2
216+
image: apache/kafka-native:3.9.1
217217
env:
218218
KAFKA_PROCESS_ROLES: broker,controller
219219
KAFKA_NODE_ID: '1'
@@ -534,7 +534,7 @@ jobs:
534534
runs-on: ubuntu-latest
535535
services:
536536
kafka:
537-
image: apache/kafka-native:3.8.0-rc2
537+
image: apache/kafka-native:3.9.1
538538
env:
539539
KAFKA_PROCESS_ROLES: broker,controller
540540
KAFKA_NODE_ID: '1'

.github/workflows/appsec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421
runs-on: ubuntu-latest
422422
services:
423423
kafka:
424-
image: apache/kafka-native:3.8.0-rc2
424+
image: apache/kafka-native:3.9.1
425425
env:
426426
KAFKA_PROCESS_ROLES: broker,controller
427427
KAFKA_NODE_ID: '1'

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ services:
154154
- LAMBDA_EXECUTOR=local
155155
kafka:
156156
platform: linux/arm64
157-
image: apache/kafka-native:3.8.0-rc2
157+
image: apache/kafka-native:3.9.1
158158
ports:
159159
- "127.0.0.1:9092:9092"
160160
- "127.0.0.1:9093:9093"

0 commit comments

Comments
 (0)