From 0538d364a8bf90c422f9c564f7b13b015f523df9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:59:32 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20alpine=20(?= =?UTF-8?q?=203.21.0=20=E2=86=92=203.21.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | alpine | 3.21.0 | 3.21.1 | Signed-off-by: Winston R. Milling --- development/forgejo/forgejo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/forgejo/forgejo.yaml b/development/forgejo/forgejo.yaml index 429934b6d..2c77f96e3 100644 --- a/development/forgejo/forgejo.yaml +++ b/development/forgejo/forgejo.yaml @@ -26,7 +26,7 @@ spec: clean-gpg-lock: image: repository: alpine - tag: 3.21.0 + tag: 3.21.1 pullPolicy: IfNotPresent command: ['sh', '-c', "rm -f /data/gitea/home/.gnupg/public-keys.d/pubring.db.lock"] # init-db: