gitlab parity
This commit is contained in:
parent
6690ec7bee
commit
2feec92c1a
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue