t
All checks were successful
internetmastercz/test/pipeline/head This commit looks good

This commit is contained in:
2021-10-20 00:16:24 +02:00
parent 7259f7501e
commit 8edd9c214a

2
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ pipeline {
docker {
// Set both label and image
label 'docker'
image 'node:17-alpine'
image 'node:lts-alpine3.14'
args '--name docker-node' // list any args
}
}