Skip to content

Commit 360c153

Browse files
committed
fix: Use explicit version for frontend in docker compose file, latest is not being tagged correctly
1 parent b1ba72b commit 360c153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ services:
1010
- MINA_SNARK_WORKER_TAG=0.0.9
1111

1212
frontend:
13-
image: openmina/frontend:${OPENMINA_FRONTEND_TAG:-latest}
13+
image: openmina/frontend:${OPENMINA_FRONTEND_TAG:-0.6.1}
1414
ports:
1515
- "8070:80"

0 commit comments

Comments
 (0)