fix ver
This commit is contained in:
parent
2feec92c1a
commit
6850cd9cdd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue