diff --git a/.node-version b/.node-version index 87834047..7af24b7d 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.12.2 +22.11.0 diff --git a/Dockerfile b/Dockerfile index ac00ce70..f456d669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,8 @@ -FROM node:20-alpine +FROM node:22-alpine + +RUN apk add --no-cache python3 py3-pip make g++ \ + && ln -sf python3 /usr/bin/python \ + && ln -sf pip3 /usr/bin/pip WORKDIR /app COPY . /app