Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Neon EVM version in docker-compose
  • Loading branch information
afalaleev committed Feb 20, 2022
commit 2d230a341acf4ca8ab6224ca3641612f080ddc9c
2 changes: 1 addition & 1 deletion proxy/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

evm_loader:
container_name: evm_loader
image: neonlabsorg/evm_loader:${EVM_LOADER_REVISION:-latest}
image: neonlabsorg/evm_loader:${EVM_LOADER_REVISION:-v0.6.0-rc3}
environment:
- SOLANA_URL=http://solana:8899
networks:
Expand Down