Skip to content

Commit

Permalink
Fix Cadence pipeline checks not starting (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel27m authored Sep 25, 2024
1 parent c185883 commit 0fea84a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose/ci-cadence-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
networks:
- testing-network
zookeeper:
image: wurstmeister/zookeeper:3.4.6
image: wurstmeister/zookeeper:latest
ports:
- "2181:2181"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/ci-cadence-temporal-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
networks:
- testing-network
zookeeper:
image: wurstmeister/zookeeper:3.4.6
image: wurstmeister/zookeeper:latest
ports:
- "2181:2181"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/integ-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
networks:
- testing-network
zookeeper:
image: wurstmeister/zookeeper:3.4.6
image: wurstmeister/zookeeper:latest
ports:
- "2181:2181"
networks:
Expand Down

0 comments on commit 0fea84a

Please sign in to comment.