diff --git a/iris-client-fe/Dockerfile b/iris-client-fe/Dockerfile index 9835a09c8..0cd256a65 100644 --- a/iris-client-fe/Dockerfile +++ b/iris-client-fe/Dockerfile @@ -1,4 +1,4 @@ -FROM node:17-alpine as builder +FROM node:19-alpine as builder # make the 'app' folder the current working directory WORKDIR /app