CI update

This commit is contained in:
Firq 2025-04-15 20:36:34 +02:00
parent 8a4328004c
commit a3bda978bf
Signed by: Firq
GPG key ID: DCE182BA39C697B2
2 changed files with 16 additions and 4 deletions

View file

@ -1,4 +1,6 @@
FROM node:22-bookworm AS build
ARG NODE_VERSION=3.12
FROM node:${NODE_VERSION}-bookworm AS build
WORKDIR /
ENV CHROMIUM_VERSION="135.0.7049.84-1~deb12u1"