From 766a1c4f9f5726b7a4790777eebf8db7aee38be7 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 16 Jan 2024 20:00:15 +0000 Subject: [PATCH] Update nextcloud Docker tag to v28 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index af47324..d75fc7d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ services: restart: always app: - image: nextcloud:25.0.2-fpm-alpine + image: nextcloud:28.0.1-fpm-alpine # ports: # - 8080:80 restart: always @@ -49,7 +49,7 @@ services: - app cron: - image: nextcloud:25.0.2-fpm-alpine + image: nextcloud:28.0.1-fpm-alpine restart: always volumes: - nextcloud:/var/www/html