diff --git a/ui/Dockerfile b/ui/Dockerfile index 2e1fa29b00e..e98032f3b43 100644 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -17,7 +17,7 @@ # Build example: docker build -t apache/cloudstack-primate:latest . -FROM node:lts-buster AS build +FROM node:lts-stretch AS build MAINTAINER "Apache CloudStack" LABEL Description="Apache CloudStack Primate; Modern role-base progressive UI for Apache CloudStack"