chore(deps): update dependency @lhci/cli to v0.11.1 (#260)
continuous-integration/drone/push Build is passing Details

Reviewed-on: docker/lhci#260
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2023-04-14 08:27:43 +02:00 committed by Robert Kaussow
parent a7335e9c48
commit b95b9d311f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ARG BUILD_VERSION
ARG YQ_VERSION
# renovate: datasource=npm depName=@lhci/cli
ENV LHCI_VERSION="${BUILD_VERSION:-0.11.0}"
ENV LHCI_VERSION="${BUILD_VERSION:-0.11.1}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.33.2}"