Skip to content

Commit

Permalink
chore(deps): update docker.io/linuxserver/readarr docker tag to v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tiborpilz committed Jan 6, 2025
1 parent cf0c4b9 commit 86dfc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/services/media/readarr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in
'';

virtualisation.oci-containers.containers.readarr = {
image = "docker.io/linuxserver/readarr:0.4.2-nightly";
image = "docker.io/linuxserver/readarr:0.4.8-nightly";
ports = [ "${toString publicPort}:8787" ];
volumes = [
"${readarrConfigDir}:/config"
Expand Down

0 comments on commit 86dfc7f

Please sign in to comment.