We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094ddbf commit 6fc929bCopy full SHA for 6fc929b
.github/workflows/backend-ci.yml
@@ -19,7 +19,7 @@ on:
19
env:
20
MONGO_IMAGE: mongo:8.0
21
REDIS_IMAGE: redis:7-alpine
22
- KAFKA_IMAGE: bitnami/kafka:3.6
+ KAFKA_IMAGE: bitnami/kafka:3.9
23
SCHEMA_REGISTRY_IMAGE: confluentinc/cp-schema-registry:7.5.0
24
25
jobs:
docker-compose.ci.yaml
@@ -55,7 +55,7 @@ services:
55
56
# KRaft mode Kafka - no Zookeeper needed, much simpler
57
kafka:
58
- image: bitnami/kafka:3.6
+ image: bitnami/kafka:3.9
59
container_name: kafka
60
ports:
61
- "9092:9092"
0 commit comments