fix(docker-image): update ghcr.io/onedr0p/sonarr docker tag to v4.0.4 (#88)
| datasource | package | from | to | | ---------- | ---------------------- | ----- | ----- | | docker | ghcr.io/onedr0p/sonarr | 4.0.3 | 4.0.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a003d2205c
commit
acc5b6df08
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.3@sha256:4284def4b9fd2d3de2898ae3a6adc7aa84b9cd7f4407a35e7c61472519038396";
|
||||
image = "ghcr.io/onedr0p/sonarr:4.0.4@sha256:b487a9894af0db414484e8cbbbb4aaf3eabe3b18675081d700c19cdd60151ed6";
|
||||
user = "568"; #string
|
||||
group = "568"; #string
|
||||
port = 8989; #int
|
||||
|
|
Reference in a new issue