From 3d9fce0b5873d9461c142883f20b4213aa9f87da Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 9 Dec 2022 23:49:14 +0000 Subject: [PATCH] update to nextcloud 25 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 80240bc..847683d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,6 @@ steps: insecure: true dockerfile: Dockerfile build_args: - NC_TAG: 24.0.7-apache - tags: 24.0.7-apache + NC_TAG: 25.0-apache + tags: 25.0-apache cache_from: registry.local/northcode/nextcloud