diff --git a/frontend/Dockerfile b/frontend/Dockerfile index b176926da..c8a3f9172 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.9-bullseye-slim +FROM node:20.19.3-bullseye-slim # Set the working directory in the container WORKDIR /app