Skip to content

Commit 531db13

Browse files
Update confluentinc/cp-kafka Docker tag to v8.1.0 (#732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3559690 commit 531db13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-ssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
kafka:
33
container_name: kafka
4-
image: confluentinc/cp-kafka:8.0.2
4+
image: confluentinc/cp-kafka:8.1.0
55
ports:
66
- 9092:9092 # Support PLAINTEXT so we can run one docker setup for SSL and PLAINTEXT
77
- 9093:9093

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
kafka:
33
container_name: kafka
4-
image: confluentinc/cp-kafka:8.0.2
4+
image: confluentinc/cp-kafka:8.1.0
55

66
ports:
77
- 9092:9092

0 commit comments

Comments
 (0)