Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Jan 10, 2024
1 parent b1aad1f commit b704429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .CI/Jenkinsfile
Expand Up @@ -3,7 +3,7 @@ pipeline {
docker {
// Large image with full OpenModelica build dependencies; lacks omc and OMPython
label 'linux'
image '1.10.0-bookworm'
image 'julia:1.10.0-bookworm'
alwaysPull true
args '--privileged'
}
Expand Down

0 comments on commit b704429

Please sign in to comment.