From ddc63fa70e1634266ef3a672966e332b11b6653f Mon Sep 17 00:00:00 2001 From: hoellen Date: Fri, 7 Jun 2024 00:28:42 +0200 Subject: [PATCH] chore: update Nextcloud to 27.1.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3945016..b98a35d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -------------- Build-time variables -------------- -ARG NEXTCLOUD_VERSION=27.1.9 +ARG NEXTCLOUD_VERSION=27.1.10 ARG PHP_VERSION=8.2 ARG NGINX_VERSION=1.24