fix([2fd88f42]): upgrade node version in frontend Dockerfile

This commit is contained in:
2026-02-04 11:52:05 +00:00
parent 8bec665ac5
commit bbafb8562c

View File

@@ -1,5 +1,5 @@
# Use an official Node.js runtime as a parent image
FROM node:18-alpine
FROM node:20-alpine
# Set the working directory in the container
WORKDIR /app