feat(container): update image alpine #553

Merged
SeanOMik merged 1 commit from renovate/alpine-3.x into main 2024-12-15 00:20:42 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit aea67abe20 - Show all commits

View file

@ -27,7 +27,7 @@ spec:
copy-config: copy-config:
image: image:
repository: alpine repository: alpine
tag: 3.20 tag: 3.210
command: command:
- /bin/sh - /bin/sh
- -c - -c

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.3 image: alpine:3.21.0
command: command:
- "sh" - "sh"
- "-c" - "-c"