Compare commits

...

2 commits

Author SHA1 Message Date
1b94b8db65
Bumped Unlghthouse
All checks were successful
/ build (push) Successful in 2m55s
/ release (push) Successful in 5s
2024-10-21 22:46:30 +02:00
6569bc3e50 Merge pull request 'Bump forgejo-release to v2' (#1) from actions-update into main
Reviewed-on: https://forgejo.neshweb.net///CI-Docker-Images/unlighthouse/pulls/1
2024-08-06 12:27:06 +00:00

View file

@ -5,11 +5,11 @@ LABEL description="unlighthouse container for ci-based lighthouse testing"
WORKDIR /unlighthouse
# renovate: datasource=repology depName=debian_12/chromium versioning=loose
ENV CHROMIUM_VERSION="126.0.6478.114-1~deb12u1"
ENV CHROMIUM_VERSION="130.0.6723.58-1~deb12u1"
ENV NODE_ENV='production'
# Update path so executable can be run globally
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 npm install @unlighthouse/cli@0.13.1 puppeteer
RUN npm install @unlighthouse/cli@0.14.0 puppeteer