From 694b6b1370d34706104e609b42175349309ff573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:17:06 +0200 Subject: [PATCH] Update dozzle Docker tag to v8.6.1 (#174) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- systemd/dozzle.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/dozzle.container b/systemd/dozzle.container index fb81a07..a4664a6 100644 --- a/systemd/dozzle.container +++ b/systemd/dozzle.container @@ -7,7 +7,7 @@ Environment=DOZZLE_BASE=/dozzle Environment=DOZZLE_ENABLE_ACTIONS=true Environment=DOZZLE_NO_ANALYTICS=true HealthCmd=/dozzle healthcheck -Image=docker.io/amir20/dozzle:v8.5.5 +Image=docker.io/amir20/dozzle:v8.6.1 Label=caddy={$NEXTCLOUD_DOMAIN} Label=caddy.handle=/dozzle/* Label=caddy.handle.basic_auth.{$DOZZLE_USER}={$DOZZLE_PASSWORD}