File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
node/testing/src/node/ocaml Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ jobs:
280280 needs : [ build-tests, build-tests-webrtc ]
281281 runs-on : ubuntu-20.04
282282 container :
283- image : minaprotocol/ mina-daemon:3.0.0-dc6bf78-focal -devnet
283+ image : gcr.io/o1labs-192920/ mina-daemon:3.0.4-alpha1-889607b-bullseye -devnet
284284 options : --volume debugger_data:/tmp/db
285285 env :
286286 BPF_ALIAS : /coda/0.0.1/29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6-0.0.0.0
@@ -362,7 +362,7 @@ jobs:
362362 - build-tests-webrtc
363363 runs-on : ubuntu-20.04
364364 container :
365- image : minaprotocol/ mina-daemon:3.0.0-dc6bf78-focal -devnet
365+ image : gcr.io/o1labs-192920/ mina-daemon:3.0.4-alpha1-889607b-bullseye -devnet
366366 options : --volume debugger_data:/tmp/db
367367 env :
368368 # to allow local addrs discovery
@@ -442,7 +442,7 @@ jobs:
442442 - build-tests-webrtc
443443 runs-on : ubuntu-20.04
444444 container :
445- image : minaprotocol/ mina-daemon:3.0.0-dc6bf78-focal -devnet
445+ image : gcr.io/o1labs-192920/ mina-daemon:3.0.4-alpha1-889607b-bullseye -devnet
446446 env :
447447 # to allow local addrs discovery
448448 OPENMINA_DISCOVERY_FILTER_ADDR : false
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ impl OcamlNodeConfig {
130130impl OcamlNodeExecutable {
131131 // pub const DEFAULT_DOCKER_IMAGE: &'static str = "vladsimplestakingcom/mina-light:2.0.0rampup4";
132132 pub const DEFAULT_DOCKER_IMAGE : & ' static str =
133- "minaprotocol/ mina-daemon:3.0.0-dc6bf78-focal -devnet" ;
133+ "gcr.io/o1labs-192920/ mina-daemon:3.0.4-alpha1-889607b-bullseye -devnet" ;
134134 pub const DEFAULT_MINA_EXECUTABLE : & ' static str = "mina" ;
135135
136136 fn docker_container_name ( tmp_dir : & temp_dir:: TempDir ) -> String {
You can’t perform that action at this time.
0 commit comments