From 72642633519b79a716f49698e866e9c3dd71ec18 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sat, 9 Dec 2023 17:23:07 +0100 Subject: [PATCH] new: [base] update ``yq`` version to ``4.35.2`` --- precise/base-0k/hooks/install.d/00-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/base-0k/hooks/install.d/00-base.sh b/precise/base-0k/hooks/install.d/00-base.sh index 0bba037..1335c6a 100755 --- a/precise/base-0k/hooks/install.d/00-base.sh +++ b/precise/base-0k/hooks/install.d/00-base.sh @@ -136,7 +136,7 @@ case $(lsb_release -is) in ;; esac -YQ_VERSION=4.27.3 +YQ_VERSION=4.35.2 if ! type -p "yq" 2>/dev/null || ! version_line=$(yq --version) || [[ "${version_line}" != *"${YQ_VERSION}" ]]; then