Browse Source

new: [base] update ``yq`` version to ``4.35.2``

pull/36/head
Valentin Lab 5 months ago
parent
commit
7264263351
  1. 2
      precise/base-0k/hooks/install.d/00-base.sh

2
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

Loading…
Cancel
Save