Upgrade nc

This commit is contained in:
Salt 2023-08-15 08:45:48 -05:00
parent 8bde87ae81
commit b4132074ba

View File

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