Skip to content

Commit

Permalink
chore: Update debezium/zookeeper image version (#157)
Browse files Browse the repository at this point in the history
Signed-off-by: ibrahimkarahan47 <karahan930@gmail.com>
  • Loading branch information
ibrahimkarahan47 authored Dec 23, 2024
1 parent 8d869e3 commit d234e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "4318:4318"

zookeeper:
image: debezium/zookeeper
image: debezium/zookeeper:2.6
ports:
- "2181:2181"

Expand Down
2 changes: 1 addition & 1 deletion examples/with-grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- monitoring

zookeeper:
image: debezium/zookeeper
image: debezium/zookeeper:2.6
ports:
- "2181:2181"

Expand Down

0 comments on commit d234e31

Please sign in to comment.