diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 2a3148573..3b3f550c7 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { } agent { docker { - image 'fsfw-ci:d6' + image 'fsfw-ci:d11' args '--network host --sysctl fs.mqueue.msg_max=100' } }