From 507cf0370e5446a2471efc6713fb0afb7ef16bdb Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:49:09 +0100 Subject: [PATCH] version configurable and update --- avalanche-archive.yml | 2 +- avalanche-fuji-archive.yml | 2 +- avalanche-fuji-fullnode.yml | 2 +- avalanche-fullnode.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/avalanche-archive.yml b/avalanche-archive.yml index ea1f60fa..43318614 100644 --- a/avalanche-archive.yml +++ b/avalanche-archive.yml @@ -2,7 +2,7 @@ version: '3.1' services: avalanche: - image: avaplatform/avalanchego:v1.12.0 + image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2} ulimits: nofile: 1048576 expose: diff --git a/avalanche-fuji-archive.yml b/avalanche-fuji-archive.yml index 54cf56a0..60cc25f5 100644 --- a/avalanche-fuji-archive.yml +++ b/avalanche-fuji-archive.yml @@ -2,7 +2,7 @@ version: '3.1' services: avalanche-fuji-archive: - image: avaplatform/avalanchego:v1.12.0 + image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2} stop_grace_period: 3m ulimits: nofile: 1048576 diff --git a/avalanche-fuji-fullnode.yml b/avalanche-fuji-fullnode.yml index 439fe0df..2e470c47 100644 --- a/avalanche-fuji-fullnode.yml +++ b/avalanche-fuji-fullnode.yml @@ -2,7 +2,7 @@ version: '3.1' services: avalanche-fuji: - image: avaplatform/avalanchego:v1.12.1 + image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2} stop_grace_period: 3m ulimits: nofile: 1048576 diff --git a/avalanche-fullnode.yml b/avalanche-fullnode.yml index f7a941a8..41533edb 100644 --- a/avalanche-fullnode.yml +++ b/avalanche-fullnode.yml @@ -2,7 +2,7 @@ version: '3.1' services: avalanche-fullnode: - image: avaplatform/avalanchego:v1.12.1 + image: avaplatform/avalanchego:${AVALANCHEGO_VERSION:-v1.12.2} stop_grace_period: 3m ulimits: nofile: 1048576