Skip to content

Commit

Permalink
feat(docker-image): update ghcr.io/jorenn92/maintainerr docker tag to…
Browse files Browse the repository at this point in the history
… v2.10.0

| datasource | package                      | from  | to     |
| ---------- | ---------------------------- | ----- | ------ |
| docker     | ghcr.io/jorenn92/maintainerr | 2.8.0 | 2.10.0 |
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent 49f609c commit ab7be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/nixos/containers/maintainerr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
app = "maintainerr";
category = "services";
description = "Plex content manager";
image = "ghcr.io/jorenn92/maintainerr:2.8.0@sha256:e10c49c5e7fbb2c05417631298ae48b4288062f0bb5d329f03f0de492ab79886";
image = "ghcr.io/jorenn92/maintainerr:2.10.0@sha256:71603cf5a1f6f8627df9f32ef1097b89033743029a8de4c1a13bfbc1ec0f903b";
user = "568"; #string
group = "568"; #string
port = 6246; #int
Expand Down

0 comments on commit ab7be48

Please sign in to comment.