fix ver
All checks were successful
/ build (push) Successful in 6m49s
/ release (push) Successful in 24s

This commit is contained in:
Firq 2025-02-06 20:14:19 +01:00
parent 2feec92c1a
commit 6850cd9cdd
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -1,10 +1,10 @@
FROM node:22.13.1-bookworm-slim@sha256:d6d1b3a6f21a25e43d765816281b4a86e5f1ebf843cfae1b14dd0f1c28257cc7 FROM node:22.13.1-bookworm-slim
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="132.0.6834.159-1~deb12u1" ENV CHROMIUM_VERSION="133.0.6943.53-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