diff --git a/Dockerfile b/Dockerfile index b25a08b3..3bd92cea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15.3.0-alpine AS client_builder +FROM node:18.8.0-alpine AS client_builder WORKDIR /app