This commit is contained in:
Vivian 2023-02-01 17:21:01 +01:00
parent 8af63138f0
commit 5c0aa99738
2 changed files with 4 additions and 2 deletions

View file

@ -26,7 +26,8 @@
backend = "podman";
containers = {
overseerr = {
image = "ghcr.io/sct/overseerr:1.32.4";
# TODO: Add regex so that renovate catches this
image = "ghcr.io/sct/overseerr:1.32.5";
environment = {
# LOG_LEVEL = "debug";
TZ = "Europe/Amsterdam";