Change image tag for home-assistant to stable

This commit is contained in:
Evie Litherland-Smith 2024-12-30 09:52:59 +00:00
parent 00bdf11f4a
commit cb2a9f0c6e

View file

@ -9,7 +9,7 @@
"/var/lib/syncthing/Music:/music"
];
environment.TZ = config.time.timeZone;
image = "ghcr.io/home-assistant/home-assistant:2024.12";
image = "ghcr.io/home-assistant/home-assistant:stable";
extraOptions = [ "--network=host" ];
};
};