diff --git a/Dockerfile b/Dockerfile index 40085fc..6539463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.16-alpine3.17 +FROM node:21.4-alpine3.17 WORKDIR /app COPY package*.json ./