diff options
Diffstat (limited to 'roles/nextcloud/tasks')
| -rw-r--r-- | roles/nextcloud/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nextcloud/tasks/main.yaml b/roles/nextcloud/tasks/main.yaml index 2354d4b..f47a04d 100644 --- a/roles/nextcloud/tasks/main.yaml +++ b/roles/nextcloud/tasks/main.yaml @@ -35,7 +35,7 @@ - name: 'Make sure the Nextcloud container is created and running' community.docker.docker_container: name: '{{ nextcloud_container_name }}' - image: 'lscr.io/linuxserver/nextcloud:25.0.2' + image: 'lscr.io/linuxserver/nextcloud:25.0.3' pull: true state: 'started' env: |
