Skip to content
Merged
Show file tree
Hide file tree
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 last commit
  • Loading branch information
sinev-valentine committed Dec 22, 2021
commit c51e198f00c2d3b19fd28cceef37ecc400dae3b3
2 changes: 1 addition & 1 deletion .buildkite/steps/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
REVISION=$(git rev-parse HEAD)

set ${SOLANA_REVISION:=v1.7.9-testnet}
set ${EVM_LOADER_REVISION:=latest}
set ${EVM_LOADER_REVISION:=c3a35f8de7884b1c352ae13a181e42214b20a01e}

# Refreshing neonlabsorg/solana:latest image is required to run .buildkite/steps/build-image.sh locally
docker pull neonlabsorg/solana:${SOLANA_REVISION}
Expand Down
3 changes: 1 addition & 2 deletions proxy/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ services:

evm_loader:
container_name: evm_loader
# image: neonlabsorg/evm_loader:${EVM_LOADER_REVISION:-latest}
image: neonlabsorg/evm_loader:c3a35f8de7884b1c352ae13a181e42214b20a01e
image: neonlabsorg/evm_loader:${EVM_LOADER_REVISION:-latest}
environment:
- SOLANA_URL=http://solana:8899
networks:
Expand Down