Skip to content

Commit

Permalink
Fix eos-vm name in wasm-engines-bench dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-dc committed Aug 1, 2020
1 parent a356e68 commit 3145292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-engines/docker/wasm-engines-bench.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ewasm/wavm:1 AS wavm
FROM ewasm/fizzy:1 AS fizzy
FROM ewasm/asmble:1 AS asmble
FROM ewasm/wasmi:1 AS wasmi
FROM ewasm/eos-bench:1 AS eos
FROM ewasm/eos-vm:1 AS eos

FROM ewasm/llvm-10:1

Expand Down

0 comments on commit 3145292

Please sign in to comment.