aboutsummaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2023-03-28 15:50:37 +0000
committerKumar Damani <me@kumardamani.net>2023-03-28 15:50:37 +0000
commit6a4300b57a57400f0e6bf43d418f873d7d7560c4 (patch)
tree891da58cbc3dcbe0421154b338f6d6679c0bdbc8 /roles
parentd3d5436811897692b2cb9d00b9d1aaf0b84884ba (diff)
img version updates
Diffstat (limited to 'roles')
-rw-r--r--roles/media_downloader/tasks/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/media_downloader/tasks/main.yaml b/roles/media_downloader/tasks/main.yaml
index 5f6c8c8..749d481 100644
--- a/roles/media_downloader/tasks/main.yaml
+++ b/roles/media_downloader/tasks/main.yaml
@@ -10,7 +10,7 @@
- name: 'Install radarr for movies'
community.docker.docker_container:
name: 'radarr'
- image: 'lscr.io/linuxserver/radarr:4.1.0.6175-ls146'
+ image: 'lscr.io/linuxserver/radarr:4.3.2.6857-ls161'
pull: true
state: 'started'
recreate: false
@@ -52,7 +52,7 @@
- name: 'Install prowlarr for indexing sources'
community.docker.docker_container:
name: 'prowlarr'
- image: 'linuxserver/prowlarr:develop-0.4.4.1947-ls65'
+ image: 'linuxserver/prowlarr:develop-1.2.0.2583-ls91'
pull: true
state: 'started'
recreate: false