TWEAK: Use Tornado phase2 wasm.

This commit is contained in:
Tyler Smith 2021-05-25 00:24:42 -07:00
parent 4671ed6b8e
commit aeb90dd9a9
No known key found for this signature in database
GPG Key ID: CA38F1A9BE0EC890
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM sherpacash/phase2-bn254/ as bin
FROM tornadocash/phase2-bn254:phase2 as bin
FROM node:12-buster
WORKDIR /app