diff --git a/Dockerfile b/Dockerfile index ed0c227..21d3032 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build frontend dist. -FROM node:14.18.2-alpine3.14 AS frontend +FROM node:20.16.0-alpine3.19 AS frontend WORKDIR /frontend-build COPY ./frontend/ .