feat: higher node version

This commit is contained in:
Nevo David 2025-11-20 22:47:48 +07:00
parent 104381d839
commit 0d64ca4878
1 changed files with 1 additions and 1 deletions

View File

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