mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Upgrade docker image for jenkins
This commit is contained in:
parent
95516b25af
commit
488a8f1493
1 changed files with 1 additions and 1 deletions
2
services/contacts/Jenkinsfile
vendored
2
services/contacts/Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
|||
|
||||
agent {
|
||||
docker {
|
||||
image 'node:4.2.1'
|
||||
image 'node:8.11.1'
|
||||
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue