From 6610cb21f386b67af869172eb16af378e9c43a1a Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 15 Dec 2022 20:06:06 +0000 Subject: [PATCH] update dockerfile to nextcloud 25.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb1b99a..682355e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -arg NC_TAG=24.0.4-apache +arg NC_TAG=25.0-apache from docker.io/nextcloud:$NC_TAG