diff --git a/Build/gitlab-ci.yml b/Build/gitlab-ci.yml
index 483132c67f70ac776c7ef41a3221fa4b40e479c6..4029d3b673e4dfc1af97aa5527e425b20ef0715e 100644
--- a/Build/gitlab-ci.yml
+++ b/Build/gitlab-ci.yml
@@ -35,7 +35,7 @@ services:
   # Each job starts two containers: This dind container that starts a docker
   # daemon, plus a casual container that executes runTests.sh for single jobs
   # to start containers within the dind container.
-  - name: docker:20.10.14-dind
+  - name: docker:20.10-dind
     alias: docker
 
 # This is *never* overridden in single jobs. All jobs start a 'dind' service