From c3d4bd77f9bc76f8efb43961991457551b710b11 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovatebot@seanomik.net>
Date: Wed, 8 Jan 2025 21:03:40 +0000
Subject: [PATCH] fix(container): update image alpine to v3.21.2

---
 kubernetes/main/apps/irc/znc/helm-release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kubernetes/main/apps/irc/znc/helm-release.yaml b/kubernetes/main/apps/irc/znc/helm-release.yaml
index a155ac6f..f964bbe1 100644
--- a/kubernetes/main/apps/irc/znc/helm-release.yaml
+++ b/kubernetes/main/apps/irc/znc/helm-release.yaml
@@ -21,7 +21,7 @@ spec:
     # Add init container for pulling znc modules and putting them into the modules directory
     initContainers:
       pull-module-source:
-        image: alpine:3.21.0
+        image: alpine:3.21.2
         command:
           - "sh"
           - "-c"