chore(docker): update node.js to 21fe81f - abandoned #353

Closed
renovator wants to merge 2 commits from renovate/auto/docker-digests into main
Showing only changes of commit bcdf108fad - Show all commits

View File

@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y git curl wget gnupg jq bash bc && \
chmod 755 /usr/local/bin/yq && \
wget -qO - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | apt-key add - && \
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | tee "/etc/apt/sources.list.d/google.list" && \
apt-get update && apt-get install --no-install-recommends -y google-chrome-stable && \
apt-get update && apt-get install --no-install-recommends -y google-chrome-stable libgnutls30 && \
LHCI_VERSION="${LHCI_VERSION##v}" && \
echo "Installing lhci version '$LHCI_VERSION' ..." && \
npm install -g @lhci/cli@"$LHCI_VERSION"; \