We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5be2cb commit 9bcee98Copy full SHA for 9bcee98
modules/nixos/services/linkwarden.nix
@@ -46,7 +46,7 @@ with mylib;
46
};
47
48
containers.linkwarden = {
49
- image = "ghcr.io/linkwarden/linkwarden:v2.7.1";
+ image = "ghcr.io/linkwarden/linkwarden:v2.8.4";
50
volumes = [
51
"${cfg.dataDir}/data:/data/data"
52
];
0 commit comments