From a9783be3c85d96520c545bd3e78c9ddf0e5d4567 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 4 Jun 2026 16:02:12 -0700 Subject: [PATCH] Change to using the latest Nextcloud. --- Config/Nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Nextcloud/Dockerfile b/Config/Nextcloud/Dockerfile index 12c2254..b7fb6e6 100644 --- a/Config/Nextcloud/Dockerfile +++ b/Config/Nextcloud/Dockerfile @@ -1,7 +1,7 @@ # 2025-06-16 Hyperling # Tired of running fixes.sh to install extra packages. Bake them in! -FROM nextcloud:stable +FROM nextcloud:latest # Cache System Dependencies RUN apt-get update && apt-get install -y sudo libmagickcore-7.q16-10-extra htop \