Update Nextcloud to 24

This commit is contained in:
Salt 2022-09-11 08:30:38 -05:00
parent 2be86d573a
commit c3c4485cf3

View File

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