Skip to content

Commit 1179d86

Browse files
committed
[CI] Fix build image to node 20
There is some build issue with node-canvas package on node:lts (22). See: Automattic/node-canvas#2448
1 parent 41f7c24 commit 1179d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 node:lts AS builder
1+
FROM --platform=linux/amd64 node:20 AS builder
22
WORKDIR /app
33
RUN apt-get update && \
44
apt-get -y install build-essential libcairo2-dev \

0 commit comments

Comments
 (0)