diff --git a/Dockerfile b/Dockerfile index 7abe63e..de9681c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.7-alpine3.19 +FROM node:22.8-alpine3.19 WORKDIR /app COPY package*.json ./