Upgrade Nextcloud 22 -> 23

This commit is contained in:
Salt 2021-12-24 12:16:44 -06:00
parent d7c3f97797
commit 22863e66e7

View File

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