docker: Change Docker build base image to lts-stretch (#626)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Gregor Riepl 2020-08-27 09:42:47 +02:00 committed by Rohit Yadav
parent 8f6b8d774d
commit d383490095
1 changed files with 1 additions and 1 deletions

View File

@ -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" <dev@cloudstack.apache.org>
LABEL Description="Apache CloudStack Primate; Modern role-base progressive UI for Apache CloudStack"