Skip to content

Commit

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

0 comments on commit b1aad1f

Please sign in to comment.