update nextcloud 24.0.8

This commit is contained in:
root 2022-12-29 23:14:54 +01:00
parent 791bfa1a59
commit 9a829d0ffb
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:23.0.12 image: nextcloud-cron:24.0.8
build: . build: .
container_name: nextcloud-app container_name: nextcloud-app
restart: unless-stopped restart: unless-stopped

View File

@ -1,4 +1,4 @@
FROM nextcloud:23.0.12-apache FROM nextcloud:24.0.8-apache
ARG VERSION ARG VERSION