feat: upgrade alpine and support chromium path (#2353)

Upgrade alpine to 3.22
Support chromium executable path
This commit is contained in:
Ted Liang
2026-01-03 11:31:56 +11:00
committed by GitHub
parent ef407cb0b4
commit 27eb2d65d4
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
###########################
# BASE CONTAINER #
###########################
FROM node:22-alpine3.20 AS base
FROM node:22-alpine3.22 AS base
RUN apk add --no-cache openssl
RUN apk add --no-cache font-freefont