Skip to content

Commit

Permalink
Update kafka and zookeeper tag to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Alirexaa committed Aug 5, 2024
1 parent 1ebb8ee commit b9c2c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/healthchecks_kafka_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
runs-on: ubuntu-latest
services:
zookeeper:
image: confluent/zookeeper
image: confluent/zookeeper:latest
ports:
- 2181:2181
kafka:
image: confluent/kafka
image: confluent/kafka:latest
ports:
- 9092:9092
env:
Expand Down

0 comments on commit b9c2c33

Please sign in to comment.