Skip to content

Commit

Permalink
#52 Implement create-start-evm Subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-master committed Jul 14, 2022
1 parent c21f7ee commit d9774d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN sh -c "$(curl -sSfL https://release.solana.com/stable/install)" && \
ENV PATH=/root/.local/share/solana/install/active_release/bin:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

#FROM neonlabsorg/evm_loader:v0.8.1 AS evm-loader
FROM neonlabsorg/evm_loader:latest AS evm-loader
FROM neonlabsorg/evm_loader:8116fa7c4ea738b0b97922db91a7b8a53fe9e4c2 AS evm-loader

# Build governance
# Note: create stub Cargo.toml to speedup build
Expand Down

0 comments on commit d9774d6

Please sign in to comment.