feat: upgrade to node 22

This commit is contained in:
Nevo David 2025-10-17 01:44:01 +07:00
parent 0cdc0b850a
commit 500da63c21
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:20-alpine3.19
FROM node:22-alpine
ARG NEXT_PUBLIC_VERSION
ENV NEXT_PUBLIC_VERSION=$NEXT_PUBLIC_VERSION
RUN apk add --no-cache g++ make py3-pip bash nginx