Skip to content

Commit

Permalink
chore(deps): update apache/kafka-native docker tag to v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2024
1 parent d724ee6 commit d47fd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion order-service/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

kafka:
container_name: kafka
image: apache/kafka-native:3.8.1
image: apache/kafka-native:3.9.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 @@ -32,7 +32,7 @@ services:
- payment-network

kafka:
image: apache/kafka-native:3.8.1
image: apache/kafka-native:3.9.0
ports:
- "9092:9092"
healthcheck:
Expand Down

0 comments on commit d47fd8c

Please sign in to comment.