Update to Solana v1.7.9

This commit is contained in:
Semen Medvedev 2021-07-19 20:16:43 +07:00
parent 5269663255
commit c547f0b6f5
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ set -euo pipefail
REVISION=$(git rev-parse HEAD)
set ${SOLANA_REVISION:=v1.6.9-resources}
set ${SOLANA_REVISION:=v1.7.9-resources}
set ${EVM_LOADER_REVISION:=latest}
# Refreshing cybercoredev/solana:latest image is required to run .buildkite/steps/build-image.sh locally

View File

@ -1,4 +1,4 @@
ARG SOLANA_REVISION=v1.6.9-resources
ARG SOLANA_REVISION=v1.7.9-resources
ARG EVM_LOADER_REVISION=latest
FROM cybercoredev/solana:${SOLANA_REVISION} AS cli

View File

@ -3,7 +3,7 @@ version: "2.1"
services:
solana:
container_name: solana
image: cybercoredev/solana:${SOLANA_REVISION:-v1.6.9-resources}
image: cybercoredev/solana:${SOLANA_REVISION:-v1.7.9-resources}
environment:
- SOLANA_URL=http://solana:8899
- RUST_LOG=solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=debug,solana_bpf_loader=debug,solana_rbpf=debug