Skip to content

Commit

Permalink
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 6, 2023
1 parent 5df4fcb commit 90e9ead
Showing 1 changed file with 1 addition and 1 deletion.
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:

zookeeper:
container_name: zookeeper
image: confluentinc/cp-zookeeper:7.5.0
image: confluentinc/cp-zookeeper:7.5.1
extra_hosts: [ 'host.docker.internal:host-gateway' ]
healthcheck:
test: [ "CMD-SHELL", "echo ruok | nc localhost 2181" ]
Expand Down

0 comments on commit 90e9ead

Please sign in to comment.