From 4abd76770a3da900805c63e9ba3ab7a9cba90685 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Sep 2024 22:11:05 +0000 Subject: [PATCH] fix(container): update image alpine to v3.20.3 --- 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 c337241..ca16ea0 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.20.2 + image: alpine:3.20.3 command: - "sh" - "-c"