Upgrade Nextcloud to 25

This commit is contained in:
Salt 2023-03-16 12:45:35 -05:00
parent 358dc492ab
commit ec7dfd5dd6

View File

@ -2,7 +2,7 @@
- name: docker deploy nextcloud
docker_container:
name: nextcloud
image: nextcloud:24
image: nextcloud:25
# The entrypoint workaround is for this issue:
#
# https://github.com/nextcloud/docker/issues/1414