From 26d5314856cee5cafb9bea17c367b0a8f220124d Mon Sep 17 00:00:00 2001
From: Mattia Mancini <mancini@astron.nl>
Date: Thu, 7 Oct 2021 12:04:03 +0200
Subject: [PATCH] Fix wrong name

---
 steps/plot_uvw_coverage.cwl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/steps/plot_uvw_coverage.cwl b/steps/plot_uvw_coverage.cwl
index 3ffb6d7..7dc064d 100644
--- a/steps/plot_uvw_coverage.cwl
+++ b/steps/plot_uvw_coverage.cwl
@@ -20,7 +20,7 @@ outputs:
       glob: $(inputs.output_name)
 hints:
   - class: DockerRequirement
-    dockerPull: astronsdc/base-ms-software
+    dockerPull: astronsdc/lofar-ms-software
 requirements:
   - class: InlineJavascriptRequirement
   - class: InitialWorkDirRequirement
-- 
GitLab