From 96c3846202d8e4bf7957dacdd00c8a080c5589b6 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 23 Aug 2026 15:42:36 +0000 Subject: [PATCH] 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 --- apps/stalwart/stalwart-fresh-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stalwart/stalwart-fresh-deployment.yaml b/apps/stalwart/stalwart-fresh-deployment.yaml index e974c9d..01fe840 100644 --- a/apps/stalwart/stalwart-fresh-deployment.yaml +++ b/apps/stalwart/stalwart-fresh-deployment.yaml @@ -316,7 +316,7 @@ spec: topologyKey: kubernetes.io/hostname containers: - name: backup - image: alpine:3.19 + image: alpine:3.24 command: - /bin/sh - -c