diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-18 20:53:22 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-18 20:53:22 +0000 |
| commit | 0def1e21d2cd79fa3e5f7618b0365bb1f81ef8a1 (patch) | |
| tree | 278b222a5599a31161f686005cfbba1970095384 /roles/nextcloud/tasks/main.yaml | |
| parent | 69589969293ed454282ebb1a70f289363c347251 (diff) | |
update nextcloud version
Diffstat (limited to 'roles/nextcloud/tasks/main.yaml')
| -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: |
