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"