From cd7d379baad8305f9645ac1d477ec297d85aee30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:56:58 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24 --- charts/akash-node/values.yaml | 2 +- charts/cosmos-node/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/akash-node/values.yaml b/charts/akash-node/values.yaml index 35d0576..ceaa4c4 100644 --- a/charts/akash-node/values.yaml +++ b/charts/akash-node/values.yaml @@ -55,7 +55,7 @@ initContainer: image: registry: "" repository: "alpine" - tag: "3.23" + tag: "3.24" pullPolicy: IfNotPresent # -- Init container resources resources: diff --git a/charts/cosmos-node/values.yaml b/charts/cosmos-node/values.yaml index 7a293d3..67dedef 100644 --- a/charts/cosmos-node/values.yaml +++ b/charts/cosmos-node/values.yaml @@ -55,7 +55,7 @@ initContainer: image: registry: "" repository: "alpine" - tag: "3.23" + tag: "3.24" pullPolicy: IfNotPresent # -- Init container resources resources: