Skip to content

Commit

Permalink
NDEV-2292: Upgrade Solana to v1.16.15 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreisilviudragnea authored and afalaleev committed Oct 18, 2023
1 parent d6ee3a7 commit 07ef2ed
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 89 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.14'
SOLANA_BPF_VERSION = 'v1.16.14'
SOLANA_NODE_VERSION = 'v1.16.15'
SOLANA_BPF_VERSION = 'v1.16.15'

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

0 comments on commit 07ef2ed

Please sign in to comment.