From 7ef342aea751e4816050df16a4d934486a071e5e Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 21 Dec 2021 03:04:09 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.16.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bc48f2..8b6a8f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG YQ_VERSION # renovate: datasource=npm depName=@lhci/cli ENV LHCI_VERSION="${BUILD_VERSION:-0.8.2}" # renovate: datasource=github-releases depName=mikefarah/yq -ENV YQ_VERSION="${YQ_VERSION:-v4.16.1}" +ENV YQ_VERSION="${YQ_VERSION:-v4.16.2}" ENV LHCI_BASE_DIR=/drone/src \ FORCE_COLOR=true \ -- 2.24.4