Upgrade nc to 26

This commit is contained in:
Salt 2023-08-08 22:05:48 -05:00
parent 3220c31cd1
commit 8bde87ae81

View File

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