fix(container): update image alpine to v3.20.2 (#270)

This commit is contained in:
SeanOMik 2024-07-23 22:03:16 -04:00
commit d6e5633c92
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.20.0 image: alpine:3.20.2
command: command:
- "sh" - "sh"
- "-c" - "-c"