diff --git a/Dockerfile b/Dockerfile index 265d9a5..f9c9446 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js LTS as a parent image -FROM node:lts-alpine +FROM node:20-alpine # Set the working directory in the Docker container WORKDIR /usr/src/app