Skip to content

Commit 289a248

Browse files
committed
chore: Update version in docker compose files
1 parent e84a7b6 commit 289a248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.local.producers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
local-producer-cluster:
33
container_name: local-producer-cluster
4-
image: openmina/openmina:0.14.0
4+
image: openmina/openmina:0.15.0
55
environment:
66
- RUST_BACKTRACE=1
77
entrypoint: ["openmina-node-testing", "scenarios-generate", "--name", "simulation-small-forever-real-time"]
@@ -12,7 +12,7 @@ services:
1212

1313
frontend:
1414
container_name: frontend
15-
image: openmina/frontend:0.14.0
15+
image: openmina/frontend:0.15.0
1616
environment:
1717
OPENMINA_FRONTEND_ENVIRONMENT: block-producers
1818
ports:

0 commit comments

Comments
 (0)