Skip to content

Commit

Permalink
chore(deps): update apache/kafka docker tag to v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent f674f47 commit 767bf98
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 @@ -36,7 +36,7 @@ services:

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

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

kafka:
container_name: kafka
image: apache/kafka:3.7.1
image: apache/kafka:3.8.0
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 @@ -33,7 +33,7 @@ services:

kafka:
container_name: kafka
image: apache/kafka:3.7.1
image: apache/kafka:3.8.0
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 @@ -36,7 +36,7 @@ services:

kafka:
container_name: kafka
image: apache/kafka:3.7.1
image: apache/kafka:3.8.0
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 @@ -33,7 +33,7 @@ services:
- payment-network

kafka:
image: apache/kafka:3.7.1
image: apache/kafka:3.8.0
ports:
- "9092:9092"
healthcheck:
Expand Down

0 comments on commit 767bf98

Please sign in to comment.