Bumped unlighthouse-ci and chromium versions, lighthouse 12 support
This commit is contained in:
parent
9e20764526
commit
056ffe9b65
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.vscode/*
|
|
@ -3,11 +3,11 @@ LABEL authorname="firq"
|
||||||
WORKDIR /unlighthouse
|
WORKDIR /unlighthouse
|
||||||
|
|
||||||
# renovate: datasource=repology depName=debian_12/chromium versioning=loose
|
# renovate: datasource=repology depName=debian_12/chromium versioning=loose
|
||||||
ENV CHROMIUM_VERSION="120.0.6099.129-1~deb12u1"
|
ENV CHROMIUM_VERSION="126.0.6478.56-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
|
||||||
ENV PATH="/unlighthouse/node_modules/.bin:${PATH}"
|
ENV PATH="/unlighthouse/node_modules/.bin:${PATH}"
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install --no-install-recommends chromium=${CHROMIUM_VERSION} procps && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get -y install --no-install-recommends chromium=${CHROMIUM_VERSION} procps && rm -rf /var/lib/apt/lists/*
|
||||||
RUN npm install @unlighthouse/cli puppeteer
|
RUN npm install @unlighthouse/cli@0.13.1 puppeteer
|
||||||
|
|
Loading…
Reference in a new issue