chore(Nextcloud): Upgrade to 25.0.2

https://nextcloud.com/changelog/#25-0-2
This commit is contained in:
Simon 2023-01-03 22:15:37 +01:00
parent 264688abf8
commit e3dcc0efd5
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ volumes:
services:
nextcloud-fpm:
container_name: ${NEXTCLOUD_CONTAINER_NAME:-nextcloud}-fpm
image: ${NEXTCLOUD_IMAGE:-nextcloud:23.0.3-fpm-alpine}
image: ${NEXTCLOUD_IMAGE:-nextcloud:25.0.2-fpm-alpine}
restart: always
depends_on:
- postgres
@ -47,7 +47,7 @@ services:
- /etc/localtime:/etc/localtime:ro
nextcloud-cron:
image: ${NEXTCLOUD_IMAGE:-nextcloud:22.2.3-fpm-alpine}
image: ${NEXTCLOUD_IMAGE:-nextcloud:25.0.2-fpm-alpine}
container_name: ${NEXTCLOUD_CONTAINER_NAME:-nextcloud}-cron
restart: always
depends_on: