From 5cd36bcb5b1685b355b32dd46a9b1272a504c9c0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Fri, 26 Jun 2026 05:05:21 +0000 Subject: [PATCH] =?UTF-8?q?BREAKING=20CHANGE(deps):=20Update=20public.ecr.?= =?UTF-8?q?aws/docker/library/nextcloud=20Docker=20tag=2033.0.5-fpm=20?= =?UTF-8?q?=E2=86=92=2034.0.0-fpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/nextcloud-fpm/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextcloud-fpm/docker-bake.hcl b/apps/nextcloud-fpm/docker-bake.hcl index 76d57d7ca..833cd9951 100644 --- a/apps/nextcloud-fpm/docker-bake.hcl +++ b/apps/nextcloud-fpm/docker-bake.hcl @@ -6,7 +6,7 @@ variable "APP" { variable "VERSION" { // renovate: datasource=docker depName=public.ecr.aws/docker/library/nextcloud versioning=regex:^(?\d+)\.(?\d+)\.(?\d+)-fpm$ - default = "33.0.5-fpm" + default = "34.0.0-fpm" } variable "LICENSE" {