feature/Feature-1 #4

Merged
jakub merged 39 commits from feature/Feature-1 into master 2021-10-20 15:40:59 +00:00
Showing only changes of commit 8edd9c214a - Show all commits

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
}
}