This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 5576726  docker: Change Docker build base image to lts-stretch (#626)
5576726 is described below

commit 5576726a5183fad535e0a7982303b64964ce3aa8
Author: Gregor Riepl <[email protected]>
AuthorDate: Thu Aug 27 09:42:47 2020 +0200

    docker: Change Docker build base image to lts-stretch (#626)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 2e1fa29..e98032f 100644
--- a/Dockerfile
+++ b/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" <[email protected]>
 LABEL Description="Apache CloudStack Primate; Modern role-base progressive UI 
for Apache CloudStack"

Reply via email to