feat(container): update image alpine (#235)

This commit is contained in:
SeanOMik 2024-06-11 10:53:40 -04:00
commit 7b3b3ad2c0
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ spec:
# this init container copies the read only config from the configmap volume, into
# an emptydir volume mount that the pod can write to.
copy-config:
image: alpine:3.19
image: alpine:3.20
command:
- /bin/sh
- -c

View File

@ -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.19.0
image: alpine:3.20.0
command:
- "sh"
- "-c"