chore: pin Unraid template to 0.14.0

Per .claude/rules/unraid-template-version.md this is an explicit decision each
time, not a default. Confirmed for this release.

The 0.14.0 GHCR image is published by docker-publish.yml when the release is
created, so the tag exists shortly after this lands.
This commit is contained in:
Thales
2026-08-23 20:03:24 +01:00
parent 2d5c12ca30
commit cc47ce10b9
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Container version="2">
<Name>StemDeck</Name>
<Repository>ghcr.io/stemdeckapp/stemdeck:0.13.0</Repository>
<Repository>ghcr.io/stemdeckapp/stemdeck:0.14.0</Repository>
<Registry>https://github.com/stemdeckapp/stemdeck/pkgs/container/stemdeck</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>