From 72164ec7db9f93ae7b9f12149705d819ff86c4b8 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 16 Jun 2024 21:27:37 +0200 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.44.2 (#378) Reviewed-on: https://gitea.rknet.org/container/lhci/pulls/378 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 7079567..8bd17c5 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.44.1}" +ENV YQ_VERSION="${YQ_VERSION:-v4.44.2}" ENV LHCI_BASE_DIR=/drone/src \ FORCE_COLOR=true \