diff --git a/Dockerfile b/Dockerfile index 7590f0f..af8d18a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:17-alpine as nodebuild +FROM node:18-alpine as nodebuild WORKDIR /ui