From 4acfdf4f1dd68774cde1a5a271f44164bf4b03c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Apr 2026 06:17:26 +0000 Subject: [PATCH] Update litestream/litestream Docker tag to v0.5.11 --- 2-nomad-config/frigate.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-nomad-config/frigate.nomad.hcl b/2-nomad-config/frigate.nomad.hcl index f31532a..6dd4e3b 100644 --- a/2-nomad-config/frigate.nomad.hcl +++ b/2-nomad-config/frigate.nomad.hcl @@ -27,7 +27,7 @@ job "frigate" { driver = "docker" config { - image = "litestream/litestream:0.5.9" + image = "litestream/litestream:0.5.11" command = "restore" args = ["-if-replica-exists", "-config", "/local/litestream.yml", "/alloc/data/frigate.db"] }