Compare commits

..

No commits in common. "v0.9.0-2" and "v0.9.0-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:7d95bfe09e2244aa56ce7d836ac6f45ed6df2e2c270e1c087033d9acab83f660
FROM node:lts-bullseye-slim@sha256:b11d894be588b116c46f2375fde8664b2e3d7a4c1c40a37649e111a43caccfeb
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.9.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.23.1}"
ENV YQ_VERSION="${YQ_VERSION:-v4.18.1}"
ENV LHCI_BASE_DIR=/drone/src \
FORCE_COLOR=true \