Skip to content

Commit

Permalink
chore(deps): update docker.io/linuxserver/readarr docker tag to v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent ecaa6c6 commit ca134e3
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.7-nightly";
ports = [ "${toString publicPort}:8787" ];
volumes = [
"${readarrConfigDir}:/config"
Expand Down

0 comments on commit ca134e3

Please sign in to comment.