Skip to content

Commit

Permalink
Merge pull request #2 from stakater-docker/angular-8.0.2
Browse files Browse the repository at this point in the history
add Dockerfile and Jenkinsfile for angular-8.0.2 node 10.16-alpine
  • Loading branch information
stakater-user authored Jul 18, 2019
2 parents 4550c49 + 3f8f105 commit 073fc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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}
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

pushDockerImage {
dockerRepositoryURL = "docker.io"
imagePrefix = "7.0.7-node8.16-alpine"
imagePrefix = "8.0.2-node10.16-alpine"
}

0 comments on commit 073fc74

Please sign in to comment.