chore(deps): update nextcloud docker tag to v28

This commit is contained in:
Renovate Bot 2023-12-13 00:00:26 +00:00
parent 20afa5b53f
commit 96913f07b8

View file

@ -14,7 +14,7 @@ networks:
services: services:
nextcloud: nextcloud:
image: nextcloud:27 image: nextcloud:28
container_name: nextcloud container_name: nextcloud
restart: "${RESTART:-no}" restart: "${RESTART:-no}"
hostname: cloud hostname: cloud
@ -45,7 +45,7 @@ services:
- nextcloud - nextcloud
nextcloud-cron: nextcloud-cron:
image: nextcloud:27 image: nextcloud:28
container_name: nextcloud-cron container_name: nextcloud-cron
restart: "${RESTART:-no}" restart: "${RESTART:-no}"
entrypoint: /cron.sh entrypoint: /cron.sh