From 76fe2a13674a8486036954f0c5b3ed3a1e063eef Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sun, 23 Apr 2023 13:14:51 -0300 Subject: [PATCH] Upgrade yq to 4.33.3 --- docker/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install_deps.sh b/docker/install_deps.sh index 18ed95319..9a0e80dfe 100755 --- a/docker/install_deps.sh +++ b/docker/install_deps.sh @@ -73,6 +73,6 @@ rm -rf /var/lib/apt/lists/* # Install yq, for frigate-prepare and go2rtc echo source curl -fsSL \ - "https://github.com/mikefarah/yq/releases/download/v4.30.8/yq_linux_$(dpkg --print-architecture)" \ + "https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_$(dpkg --print-architecture)" \ --output /usr/local/bin/yq chmod +x /usr/local/bin/yq