From 1954439ec8c2393632bddbcd9b475e066680fdf8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Feb 2025 04:01:51 +0000 Subject: [PATCH] fix(deps): update docker.io/library/alpine docker tag to v3.21.3 --- matrix-synapse/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-synapse/values.yaml b/matrix-synapse/values.yaml index 71505eb..fc1114a 100644 --- a/matrix-synapse/values.yaml +++ b/matrix-synapse/values.yaml @@ -793,7 +793,7 @@ volumePermissions: image: registry: docker.io repository: library/alpine - tag: 3.21.2 + tag: 3.21.3 pullPolicy: Always ## Optionally specify an array of imagePullSecrets.