Compare commits

..

No commits in common. "v0.8.2-2" and "v0.8.2-1" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:lts-bullseye-slim@sha256:9cee4fec663890e8da4fcaf349c0b47b452291e9469d6e7aeb9ba172cc087131
FROM node:lts-bullseye-slim@sha256:5c46caf2e6d5bf2e58ce3d044e3d6bfb50d5ebeba74a2fa421ed780dc6e3ca65
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -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.13.3}"
ENV YQ_VERSION="${YQ_VERSION:-v4.13.2}"
ENV LHCI_BASE_DIR=/drone/src \
FORCE_COLOR=true \