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

This commit is contained in:
2026-02-04 11:52:05 +00:00
parent 1137439952
commit 2b6dcd1fce

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