Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
22.11.0
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading