diff --git a/bwa.wdl b/bwa.wdl
index 3f1276d1e35c45211149d58ab76418a9e8ed7b9e..375d8d0b38986d44dd3ed767401bb85960c0ffd1 100644
--- a/bwa.wdl
+++ b/bwa.wdl
@@ -94,7 +94,7 @@ task Kit {
         Int threads = 4
         String memoryGb = 1 + ceil(size(bwaIndex.indexFiles, "G"))
         Int timeMinutes = 1 + ceil(size([read1, read2], "G") * 220 / threads)
-        String dockerImage = "biocontainers/bwakit:v0.7.15_cv1"
+        String dockerImage = "biowdl/bwakit:0.7.17-dev-experimental"
     }
 
     command {