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