From 3f8f10571d37d9f334c01e9739369f729e8fe5aa Mon Sep 17 00:00:00 2001 From: Usama Ahmad Date: Thu, 18 Jul 2019 17:43:09 +0500 Subject: [PATCH] add Dockerfile and Jenkinsfile for angular-8.0.2 node 10.16-alpine --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f2413a4..2760651 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM node:8.16-alpine +FROM node:10.16-alpine -ENV ANGULAR_VERSION 7.0.7 +ENV ANGULAR_VERSION 8.0.2 RUN npm install -g @angular/cli@${ANGULAR_VERSION} \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 8d98263..4ecb37b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,5 +3,5 @@ pushDockerImage { dockerRepositoryURL = "docker.io" - imagePrefix = "7.0.7-node8.16-alpine" + imagePrefix = "8.0.2-node10.16-alpine" } \ No newline at end of file