From 33d479e4143641fad415648a856a292a8f4f4a0a Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 25 Aug 2024 10:17:14 +0200 Subject: [PATCH] Arion: Bump dashboard Homarr: 0.15.2 -> 0.15.3 --- hosts/franz/arion/dashboard/arion-compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/franz/arion/dashboard/arion-compose.nix b/hosts/franz/arion/dashboard/arion-compose.nix index 98d7c96..1d451d5 100644 --- a/hosts/franz/arion/dashboard/arion-compose.nix +++ b/hosts/franz/arion/dashboard/arion-compose.nix @@ -8,7 +8,7 @@ services = { homarr.service = { - image = "ghcr.io/ajnart/homarr:0.15.2"; + image = "ghcr.io/ajnart/homarr:0.15.3"; container_name = "homarr"; labels = { "traefik.enable" = "true";