Compare commits

...

1 Commits

Author SHA1 Message Date
Renovator Bot 30e81839fc chore(deps): update dependency @lhci/cli to v0.12.0 (#261)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Reviewed-on: docker/lhci#261
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2023-04-14 23:07:39 +02:00
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.1}"
ENV LHCI_VERSION="${BUILD_VERSION:-0.12.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.33.3}"