chore(stalwart): bump alpine 3.19 -> 3.24 in backup cronjob (DEV-539)
Only occurrence of plain alpine:3.19 across apps/**. Touches: - apps/stalwart/stalwart-fresh-deployment.yaml (stalwart-backup CronJob container) Scope excludes alpine/k8s (see DEV-520 majors phase). Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
76e250c334
commit
96c3846202
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ spec:
|
|||
topologyKey: kubernetes.io/hostname
|
||||
containers:
|
||||
- name: backup
|
||||
image: alpine:3.19
|
||||
image: alpine:3.24
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue