updated unlighthouse
This commit is contained in:
parent
0146c9764c
commit
ccd52271be
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
FROM node:22.13.1-bookworm
|
FROM node:22.14-bookworm
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
ENV CHROMIUM_VERSION="133.0.6943.53-1~deb12u1"
|
ENV CHROMIUM_VERSION="135.0.7049.84-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@0.15.0 puppeteer
|
RUN npm install @unlighthouse/cli@0.16.3 puppeteer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue