From 336d2df01f29076e58988065d7d39fb315b2a1d5 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 12 Aug 2024 09:22:34 +0200 Subject: [PATCH] chore(deps): update dependency @lhci/cli to v0.14.0 (#379) Reviewed-on: https://gitea.rknet.org/container/lhci/pulls/379 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 8bd17c5..27c8a3e 100644 --- a/Containerfile +++ b/Containerfile @@ -11,7 +11,7 @@ ARG BUILD_VERSION ARG YQ_VERSION # renovate: datasource=npm depName=@lhci/cli -ENV LHCI_VERSION="${BUILD_VERSION:-0.13.0}" +ENV LHCI_VERSION="${BUILD_VERSION:-0.14.0}" # renovate: datasource=github-releases depName=mikefarah/yq ENV YQ_VERSION="${YQ_VERSION:-v4.44.2}"