File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
node/testing/src/node/ocaml Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ jobs:
251251 needs : [ build-tests, build-tests-webrtc ]
252252 runs-on : ubuntu-22.04
253253 container :
254- image : gcr.io/o1labs-192920/mina-daemon:3.0.4 -alpha1-889607b -bullseye-devnet
254+ image : gcr.io/o1labs-192920/mina-daemon:3.2.0 -alpha1-7f94ae0 -bullseye-devnet
255255 options : --volume debugger_data:/tmp/db
256256 env :
257257 BPF_ALIAS : /coda/0.0.1/29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6-0.0.0.0
@@ -314,7 +314,7 @@ jobs:
314314 - build-tests-webrtc
315315 runs-on : ubuntu-22.04
316316 container :
317- image : gcr.io/o1labs-192920/mina-daemon:3.0.4 -alpha1-889607b -bullseye-devnet
317+ image : gcr.io/o1labs-192920/mina-daemon:3.2.0 -alpha1-7f94ae0 -bullseye-devnet
318318 options : --volume debugger_data:/tmp/db
319319 env :
320320 # to allow local addrs discovery
@@ -400,7 +400,7 @@ jobs:
400400 - build-tests-webrtc
401401 runs-on : ubuntu-22.04
402402 container :
403- image : gcr.io/o1labs-192920/mina-daemon:3.0.4 -alpha1-889607b -bullseye-devnet
403+ image : gcr.io/o1labs-192920/mina-daemon:3.2.0 -alpha1-7f94ae0 -bullseye-devnet
404404 env :
405405 # to allow local addrs discovery
406406 OPENMINA_DISCOVERY_FILTER_ADDR : false
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ services:
100100 condition : service_healthy
101101
102102 node-ocaml :
103- image : gcr.io/o1labs-192920/mina-daemon:3.0.4 -alpha1-889607b -bullseye-devnet
103+ image : gcr.io/o1labs-192920/mina-daemon:3.2.0 -alpha1-7f94ae0 -bullseye-devnet
104104 container_name : node-ocaml
105105 environment :
106106 MINA_CLIENT_TRUSTLIST : 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ impl OcamlNodeConfig {
131131impl OcamlNodeExecutable {
132132 // pub const DEFAULT_DOCKER_IMAGE: &'static str = "vladsimplestakingcom/mina-light:2.0.0rampup4";
133133 pub const DEFAULT_DOCKER_IMAGE : & ' static str =
134- "gcr.io/o1labs-192920/mina-daemon:3.0.4 -alpha1-889607b -bullseye-devnet" ;
134+ "gcr.io/o1labs-192920/mina-daemon:3.2.0 -alpha1-7f94ae0 -bullseye-devnet" ;
135135 pub const DEFAULT_MINA_EXECUTABLE : & ' static str = "mina" ;
136136
137137 fn docker_container_name ( tmp_dir : & temp_dir:: TempDir ) -> String {
You can’t perform that action at this time.
0 commit comments