diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:13:48 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:13:48 +0000 |
| commit | 40c0d09945fdf21601b5b62af9d16b0c254a92b6 (patch) | |
| tree | 3e993f708a3bc073f08290b836340d6131ba3eaf /roles/nextcloud/tasks/main.yaml | |
| parent | 6c8156a62ee472e5ecefdc1bc3f97b4dd8a72b68 (diff) | |
draft: alpine stuff
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 c1d91aa..2354d4b 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: 'ghcr.io/linuxserver/nextcloud:php8-24.0.4-ls81' + image: 'lscr.io/linuxserver/nextcloud:25.0.2' pull: true state: 'started' env: |
