From b8783a05fe3c232af7d3eab45cf24e46733a2de0 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 2 Oct 2023 16:32:52 -0400 Subject: [PATCH] stash: bump version --- hosts/yuki/services/stash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/yuki/services/stash.nix b/hosts/yuki/services/stash.nix index 9ec5f5e..64a9e65 100644 --- a/hosts/yuki/services/stash.nix +++ b/hosts/yuki/services/stash.nix @@ -1,6 +1,6 @@ _: { virtualisation.oci-containers.containers.stash = { - image = "stashapp/stash:v0.21.0"; + image = "stashapp/stash:v0.22.1"; environment = { STASH_STASH = "/data/"; STASH_GENERATED = "/generated/";