From b704429bb56174ff147f512c0db581e08821e618 Mon Sep 17 00:00:00 2001 From: John Tinnerholm Date: Wed, 10 Jan 2024 16:17:26 +0100 Subject: [PATCH] Update Jenkinsfile --- .CI/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.CI/Jenkinsfile b/.CI/Jenkinsfile index 0af1496..9d8bd41 100644 --- a/.CI/Jenkinsfile +++ b/.CI/Jenkinsfile @@ -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' }