diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52d3cc712566b5fc71848e54cbf6c51135ad7792..98f2012407749cebf2e6beab176175bb62cbf79c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,7 +74,7 @@ build_frontend_with_placeholder_url:
 
 # Publish the container in the registry
 .container-build-template: &container-build-template
-  image: docker:27.3.1
+  image: docker:27.4.0
   tags:
     - mat-web-runner
   cache:
@@ -82,7 +82,7 @@ build_frontend_with_placeholder_url:
     paths:
       - node_modules/
   services:
-    - docker:27.3.1-dind
+    - docker:27.4.0-dind
   variables:
     DOCKER_TLS_CERTDIR: "/certs"
   before_script: