Skip to content

Commit

Permalink
NDEV-2312: Upgrade Solana to v1.16.16 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreisilviudragnea authored and afalaleev committed Oct 18, 2023
1 parent a11ae14 commit 9531959
Show file tree
Hide file tree
Showing 6 changed files with 350 additions and 125 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
DOCKER_USER = os.environ.get("DHUBU")
DOCKER_PASSWORD = os.environ.get("DHUBP")
IMAGE_NAME = 'neonlabsorg/evm_loader'
SOLANA_NODE_VERSION = 'v1.16.15'
SOLANA_BPF_VERSION = 'v1.16.15'
SOLANA_NODE_VERSION = 'v1.16.16'
SOLANA_BPF_VERSION = 'v1.16.16'

VERSION_BRANCH_TEMPLATE = r"[vt]{1}\d{1,2}\.\d{1,2}\.x.*"
docker_client = docker.APIClient()
Expand Down
Loading

0 comments on commit 9531959

Please sign in to comment.