Skip to content

Commit

Permalink
ci(test): fix test node image version
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Dec 4, 2023
1 parent 5254d22 commit e28872d
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
@@ -1,7 +1,7 @@
import json
import os

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

0 comments on commit e28872d

Please sign in to comment.