diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 241c186d..69c3ecaa 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,6 @@ FROM node:18-alpine3.14 +UPGRADE to node:20.6.1-bullseye-slim + WORKDIR /app COPY package*.json ./