chore: updated node version in dockerfile and netlify config

This commit is contained in:
rubel
2025-10-16 14:05:25 +06:00
parent 603af67eeb
commit 392a04eba2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
ARG INSTALLER=yarn
FROM node:20-alpine AS base
FROM node:22.20.0-alpine AS base
# Install dependencies only when needed
FROM base AS deps