From 1a656a987e6889ff49538abb83ee52cda675bc23 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 10 Jan 2021 00:02:13 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d08b5c7..26f0107 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG YQ_VERSION # renovate: datasource=npm depName=@lhci/cli ENV LHCI_VERSION="${BUILD_VERSION:-0.6.1}" # renovate: datasource=github-releases depName=mikefarah/yq -ENV YQ_VERSION="${YQ_VERSION:-v4.2.1}" +ENV YQ_VERSION="${YQ_VERSION:-v4.3.1}" ENV LHCI_BASE_DIR=/drone/src \ FORCE_COLOR=true \ -- 2.24.4