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
Revert "fix last commit"
This reverts commit c51e198.
  • Loading branch information
sinev-valentine committed Dec 24, 2021
commit 93268bb000d603878c43d73315b41b06190bb0dc
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:=c3a35f8de7884b1c352ae13a181e42214b20a01e}
set ${EVM_LOADER_REVISION:=latest}

# 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: 2 additions & 1 deletion proxy/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ services:

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