Skip to content

Commit

Permalink
Use nodeJS LTS in sample Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Apr 17, 2021
1 parent 3c67a11 commit 680122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'node:6-alpine'
image 'node:lts-buster-slim'
args '-p 3000:3000'
}
}
Expand Down

0 comments on commit 680122c

Please sign in to comment.