diff --git a/main-site/Dockerfile b/main-site/Dockerfile index 005af04..3bf60bb 100644 --- a/main-site/Dockerfile +++ b/main-site/Dockerfile @@ -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 /usr/src/app