From bf700a139e13a77c0be5b267aa700db15515ae2b Mon Sep 17 00:00:00 2001 From: Matweb Bot <matweb@brief.li> Date: Tue, 10 Dec 2024 01:26:33 +0000 Subject: [PATCH] RenovateBot: Update docker Docker tag to v27.4.0 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52d3cc71..98f20124 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: -- GitLab