fix(container): update image alpine to v3.19.1

This commit is contained in:
Renovate Bot 2024-01-27 07:58:03 +00:00
parent 0e8df1d869
commit 89a7b59e5e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ spec:
# Add init container for pulling znc modules and putting them into the modules directory # Add init container for pulling znc modules and putting them into the modules directory
initContainers: initContainers:
pull-module-source: pull-module-source:
image: alpine:3.19.0 image: alpine:3.19.1
command: command:
- "sh" - "sh"
- "-c" - "-c"