Skip to content

Commit

Permalink
chore(deps): update apache/kafka docker tag to v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 1e49df3 commit ddc41b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8.1
image: apache/kafka:3.9.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.8.1
image: apache/kafka:3.9.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.8.1
image: apache/kafka:3.9.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.8.1
image: apache/kafka:3.9.0
extra_hosts: [ 'host.docker.internal:host-gateway' ]
hostname: broker
ports:
Expand Down

0 comments on commit ddc41b0

Please sign in to comment.