Skip to content

Commit d790af5

Browse files
authored
Merge pull request #533 from openmina/fix/docker-compose-frontend-version
fix: Use explicit version for frontend in docker compose file, latest…
2 parents b1ba72b + 360c153 commit d790af5

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)