switching to new docker image

This commit is contained in:
2023-10-25 12:16:32 +02:00
parent 8c20417af9
commit 515c66a780

View File

@ -6,7 +6,7 @@ pipeline {
} }
agent { agent {
docker { docker {
image 'fsfw-ci:d6' image 'fsfw-ci:d11'
args '--network host --sysctl fs.mqueue.msg_max=100' args '--network host --sysctl fs.mqueue.msg_max=100'
} }
} }