diff --git a/dockerfile b/dockerfile index d99a834..9da0d45 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,5 @@ -FROM node:22-alpine +# Use the official Node.js image as the base image +FROM node:20 WORKDIR /app