Skip to content

Commit

Permalink
use nightly tidb instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD committed Dec 18, 2024
1 parent 690b2a9 commit c8f2e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dm/tests/mariadb_master_down_and_up/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ services:
hostname: tidb
ports:
- "4000:4000"
image: pingcap/tidb:latest
image: pingcap/tidb:nightly
restart: always
2 changes: 1 addition & 1 deletion dm/tests/upstream_switch/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ services:
networks:
db-networks:
ipv4_address: 172.28.128.8
image: pingcap/tidb:latest
image: pingcap/tidb:nightly
restart: always

0 comments on commit c8f2e31

Please sign in to comment.