We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c67a11 commit 680122cCopy full SHA for 680122c
jenkins/Jenkinsfile
@@ -1,7 +1,7 @@
1
pipeline {
2
agent {
3
docker {
4
- image 'node:6-alpine'
+ image 'node:lts-buster-slim'
5
args '-p 3000:3000'
6
}
7
0 commit comments