gitlab parity
Some checks failed
/ release (push) Has been skipped
/ build (push) Failing after 1m30s

This commit is contained in:
Firq 2025-02-06 20:06:54 +01:00
parent 6690ec7bee
commit 2feec92c1a
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -1,11 +1,10 @@
FROM node:22.13.1-bookworm FROM node:22.13.1-bookworm-slim@sha256:d6d1b3a6f21a25e43d765816281b4a86e5f1ebf843cfae1b14dd0f1c28257cc7
LABEL authorname="firq" LABEL authorname="firq"
LABEL description="unlighthouse container for ci-based lighthouse testing" LABEL description="unlighthouse container for ci-based lighthouse testing"
WORKDIR /unlighthouse WORKDIR /unlighthouse
# renovate: datasource=repology depName=debian_12/chromium versioning=loose ENV CHROMIUM_VERSION="132.0.6834.159-1~deb12u1"
ENV CHROMIUM_VERSION="131.0.6778.139-1~deb12u1"
ENV NODE_ENV='production' ENV NODE_ENV='production'
# Update path so executable can be run globally # Update path so executable can be run globally