mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-18 09:33:24 +00: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 {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'node:4.2.1'
|
image 'node:8.11.1'
|
||||||
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
|
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue