We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f7c24 commit 1179d86Copy full SHA for 1179d86
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=linux/amd64 node:lts AS builder
+FROM --platform=linux/amd64 node:20 AS builder
2
WORKDIR /app
3
RUN apt-get update && \
4
apt-get -y install build-essential libcairo2-dev \
0 commit comments