Skip to content

Commit

Permalink
chore(deps): update confluentinc/cp-kafka docker tag to v7.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2023
1 parent c1f1321 commit 140428d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion catalog-service/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
extra_hosts: [ 'host.docker.internal:host-gateway' ]
hostname: broker
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
hostname: broker
extra_hosts: [ 'host.docker.internal:host-gateway' ]
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
hostname: broker
extra_hosts: [ 'host.docker.internal:host-gateway' ]
ports:
Expand Down
2 changes: 1 addition & 1 deletion inventory-service/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
extra_hosts: [ 'host.docker.internal:host-gateway' ]
hostname: broker
ports:
Expand Down
2 changes: 1 addition & 1 deletion order-service/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:

kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
ports:
- "9092:9092"
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion payment-service/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- payment-network

kafka:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
ports:
- "9092:9092"
healthcheck:
Expand Down

0 comments on commit 140428d

Please sign in to comment.