From 2c51ddddd6d7771fc07963529c8dfcd56e03966b Mon Sep 17 00:00:00 2001 From: John Date: Tue, 4 Feb 2020 17:09:07 +0100 Subject: [PATCH] Update Jenkinsfile --- .CI/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.CI/Jenkinsfile b/.CI/Jenkinsfile index b68302d..f57c059 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 'docker.openmodelica.org/metamodelica-build-deps:v0.1.0' + image 'docker.openmodelica.org/omjulia-build-deps:v0.1.0' alwaysPull true args '--privileged' }