Update to Nextcloud 22

This commit is contained in:
Salt 2021-10-12 15:59:30 -05:00
parent b15fdd96f5
commit e5441bcc2e

View File

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