Update litestream/litestream Docker tag to v0.5.14
CI / Terraform fmt + validate (pull_request) Successful in 20s
CI / Nomad job spec validate (pull_request) Successful in 21s
CI / Docker image pull validation (pull_request) Successful in 16s

This commit is contained in:
2026-07-15 10:26:06 +00:00
parent e695485353
commit 64b85467e6
+1 -1
View File
@@ -27,7 +27,7 @@ job "frigate" {
driver = "docker" driver = "docker"
config { config {
image = "litestream/litestream:0.5.9" image = "litestream/litestream:0.5.14"
command = "restore" command = "restore"
args = ["-if-replica-exists", "-config", "/local/litestream.yml", "/alloc/data/frigate.db"] args = ["-if-replica-exists", "-config", "/local/litestream.yml", "/alloc/data/frigate.db"]
} }