From 2facce9d58cf20c4a73e7e4320587f10e9efb5d2 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 3 Apr 2023 10:53:57 +0200 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.33.2 (#247) Reviewed-on: https://gitea.rknet.org/docker/lhci/pulls/247 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7493be..113f7c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG YQ_VERSION # renovate: datasource=npm depName=@lhci/cli ENV LHCI_VERSION="${BUILD_VERSION:-0.11.0}" # renovate: datasource=github-releases depName=mikefarah/yq -ENV YQ_VERSION="${YQ_VERSION:-v4.31.2}" +ENV YQ_VERSION="${YQ_VERSION:-v4.33.2}" ENV LHCI_BASE_DIR=/drone/src \ FORCE_COLOR=true \