chore(ci): specific ganache image (#5321)

This commit is contained in:
Ben 2023-11-22 08:02:47 +00:00 committed by GitHub
parent a19da4c408
commit 4ee85720ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ EOT
pre_start { pre_start {
docker_service "ganache-1" { docker_service "ganache-1" {
image = "vegaprotocol/ganache:latest" image = "vegaprotocol/ganache:v1.2.4"
cmd = "ganache-cli" cmd = "ganache-cli"
args = [ args = [
"--blockTime", "1", "--blockTime", "1",