diff --git a/Dockerfile b/Dockerfile index f2ff900..7e7d27d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use official Node.js image as base -FROM node:18 +FROM node:20-alpine3.18 # Set the working directory in the container WORKDIR /usr/src/app