Skip to content

Commit

Permalink
test: update local docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Aug 10, 2023
1 parent 1225a85 commit c55a9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_test_helpers/ENV_SETTING.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

TAG = "latest"
TESTNET_TAG = "2.1.0-testnet"
TESTNET_TAG = "2.3.0-3-testnet"
REPO_NAME = "confluxchain/conflux-rust"
DEV_IMAGE_FULL_NAME = f"{REPO_NAME}:{TAG}"
TESTNET_IMAGE_FULL_NAME = f"{REPO_NAME}:{TESTNET_TAG}"
Expand Down

0 comments on commit c55a9f3

Please sign in to comment.