diff --git a/bcftools.wdl b/bcftools.wdl
index e1ec3059d022a76be71550ff9e993d8f1bc6d445..60224b0b374d2f9da92741c3da89b61e1c0a9a68 100644
--- a/bcftools.wdl
+++ b/bcftools.wdl
@@ -87,7 +87,7 @@ task Stats {
         Int threads = 0
         Int timeMinutes = 1 + 2* ceil(size(select_all([inputVcf, compareVcf]), "G"))  # TODO: Estimate, 2 minutes per GB, refine later.
         String memory = "256M" 
-        String dockerImage = "quay.io/biocontainers/bcftools:1.9--ha228f0b_3"
+        String dockerImage = "quay.io/biocontainers/bcftools:1.10.2--h4f4756c_2"
     }
     
     command {
diff --git a/chunked-scatter.wdl b/chunked-scatter.wdl
index 3ef0c74784c8fb91e78ecb2055dfa84be9174c88..b54a7d2e909a20d43bbe194d9f28496b7753ce5d 100644
--- a/chunked-scatter.wdl
+++ b/chunked-scatter.wdl
@@ -30,7 +30,7 @@ task ChunkedScatter {
 
         String memory = "256M"
         Int timeMinutes = 2
-        String dockerImage = "quay.io/biocontainers/chunked-scatter:0.2.0--py_0"
+        String dockerImage = "quay.io/biocontainers/chunked-scatter:1.0.0--py_0"
     }
 
     command {