update nextcloud version

This commit is contained in:
root 2024-02-16 22:32:36 +01:00
parent 13c55a9f43
commit fc2b45ad16
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ networks:
services: services:
nextcloud-app: nextcloud-app:
image: nextcloud-cron:26.0.10 image: nextcloud-cron:26.0.11
build: . build: .
container_name: nextcloud-app container_name: nextcloud-app
restart: unless-stopped restart: unless-stopped

View File

@ -1,4 +1,4 @@
FROM nextcloud:26.0.10-apache FROM nextcloud:26.0.11-apache
ARG VERSION ARG VERSION