diff --git a/Dockerfile b/Dockerfile index 5d60bb3..55836e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.18.0-slim AS frontend +FROM node:23.1.0-slim AS frontend WORKDIR /app COPY . .