diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03940698f10ce5d3019f81b60d137cd513039d8a..e320c635d16265a342f100b648b7328df9571ef9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ build site:
       - dist/pwa
 
 test:integration:
-  image: docker:19.03.3
+  image: docker:19.03.4
 
   variables:
     DOCKER_DRIVER: overlay2
@@ -38,7 +38,7 @@ test:integration:
     DOCKER_HOST: tcp://localhost:2375
 
   services:
-    - docker:19.03.3-dind
+    - docker:19.03.4-dind
   only:
     - develop
     - master