mirror of https://github.com/apache/cloudstack.git
docker: Change Docker build base image to lts-stretch (#626)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
8f6b8d774d
commit
d383490095
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue