You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/08/27 07:42:56 UTC

[cloudstack-primate] branch master updated: docker: Change Docker build base image to lts-stretch (#626)

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