chore(deps): update dependency mikefarah/yq to v4.6.2 (#30)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

chore(deps): update dependency mikefarah/yq to v4.6.2

Reviewed-on: docker/lhci#30
Co-Authored-By: Renovator Bot <renovator@rknet.org>
Co-Committed-By: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2021-03-21 15:16:03 +01:00 committed by Robert Kaussow
parent b204198bd0
commit 60aa3fb174
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ARG YQ_VERSION
# renovate: datasource=npm depName=@lhci/cli
ENV LHCI_VERSION="${BUILD_VERSION:-0.7.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.6.1}"
ENV YQ_VERSION="${YQ_VERSION:-v4.6.2}"
ENV LHCI_BASE_DIR=/drone/src \
FORCE_COLOR=true \