fix(frontend): upgrade node version to 20 to support vite [32788f42]

This commit is contained in:
2026-03-20 14:23:29 +00:00
parent 6b8e146c4a
commit c27e404ee1

View File

@@ -1,5 +1,5 @@
# Stage 1: Build the React application
FROM node:18-alpine AS builder
FROM node:20-alpine AS builder
WORKDIR /app