From 981f5151648fd136856980041f7e8d4e247d0c26 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 6 Jan 2024 14:28:08 +0100 Subject: [PATCH] chore(deps): update dependency @lhci/cli to v0.13.0 (#341) Reviewed-on: https://gitea.rknet.org/container/lhci/pulls/341 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 0ff052c..95befef 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.12.0}" +ENV LHCI_VERSION="${BUILD_VERSION:-0.13.0}" # renovate: datasource=github-releases depName=mikefarah/yq ENV YQ_VERSION="${YQ_VERSION:-v4.40.5}"