From 0fb63c99fce8db29fe18c24f64a5c642ddd2ae82 Mon Sep 17 00:00:00 2001 From: Pedro's Renovate Bot Date: Sun, 14 Jun 2026 08:02:01 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24 --- apps/base/n8n/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/n8n/deployment.yaml b/apps/base/n8n/deployment.yaml index 4054cf1..170d220 100644 --- a/apps/base/n8n/deployment.yaml +++ b/apps/base/n8n/deployment.yaml @@ -36,7 +36,7 @@ spec: type: RuntimeDefault initContainers: - name: install-ffmpeg - image: alpine:3.21 + image: alpine:3.24 command: - sh - -c