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