From 094b2a8e14d29b642adf9c2684ad044a398e3f62 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 16 Feb 2024 08:37:02 +0100 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.41.1 (#356) Reviewed-on: https://gitea.rknet.org/container/lhci/pulls/356 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 35e4aa2..ca1fe7b 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ ARG YQ_VERSION # renovate: datasource=npm depName=@lhci/cli ENV LHCI_VERSION="${BUILD_VERSION:-0.13.0}" # renovate: datasource=github-releases depName=mikefarah/yq -ENV YQ_VERSION="${YQ_VERSION:-v4.40.7}" +ENV YQ_VERSION="${YQ_VERSION:-v4.41.1}" ENV LHCI_BASE_DIR=/drone/src \ FORCE_COLOR=true \