Update litestream/litestream Docker tag to v0.5.11 #2

Open
renovate wants to merge 1 commits from renovate/litestream-litestream-0.x into main
Showing only changes of commit 4acfdf4f1d - Show all commits

View File

@@ -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"]
}