diff --git a/auth/Dockerfile b/auth/Dockerfile index a13833b..e700880 100644 --- a/auth/Dockerfile +++ b/auth/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:21.2-alpine3.18 WORKDIR /app COPY package.json .