fix(docker-image): update ghcr.io/onedr0p/sonarr docker tag to v4.0.3 (#62)
| datasource | package | from | to | | ---------- | ---------------------- | ----- | ----- | | docker | ghcr.io/onedr0p/sonarr | 4.0.2 | 4.0.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f3dad2af6c
commit
92fdae0269
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
with lib;
|
||||
let
|
||||
app = "sonarr";
|
||||
image = "ghcr.io/onedr0p/sonarr:4.0.2@sha256:42ba5af9b0ea20f4db4622991e0f1657be02c6e8747872c652fdac193c097b25";
|
||||
image = "ghcr.io/onedr0p/sonarr:4.0.3@sha256:04d8e198752b67df3f95c46144b507f437e7669f0088e7d2bbedf0e762606655";
|
||||
user = "568"; #string
|
||||
group = "568"; #string
|
||||
port = 8989; #int
|
||||
|
|
Reference in a new issue