fix([2fd88f42]): upgrade node version in frontend Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user