Skip to content
Snippets Groups Projects
Commit 50d634f3 authored by Matweb Bot's avatar Matweb Bot :speech_balloon:
Browse files

RenovateBot: Update docker Docker tag to v28

parent fafdf2b2
No related branches found
No related tags found
1 merge request!1364RenovateBot: Update docker Docker tag to v28
Pipeline #266884 passed
...@@ -27,13 +27,13 @@ cache: ...@@ -27,13 +27,13 @@ cache:
# Runnning E2E Test using docker compose and cypress # Runnning E2E Test using docker compose and cypress
e2e_test: e2e_test:
image: docker:27 image: docker:28
stage: test stage: test
tags: tags:
- mat-web-runner - mat-web-runner
retry: 2 retry: 2
services: services:
- docker:27-dind - docker:28-dind
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
script: script:
...@@ -74,7 +74,7 @@ build_frontend_with_placeholder_url: ...@@ -74,7 +74,7 @@ build_frontend_with_placeholder_url:
# Publish the container in the registry # Publish the container in the registry
.container-build-template: &container-build-template .container-build-template: &container-build-template
image: docker:27.5.1 image: docker:28.0.1
tags: tags:
- mat-web-runner - mat-web-runner
cache: cache:
...@@ -82,7 +82,7 @@ build_frontend_with_placeholder_url: ...@@ -82,7 +82,7 @@ build_frontend_with_placeholder_url:
paths: paths:
- node_modules/ - node_modules/
services: services:
- docker:27.5.1-dind - docker:28.0.1-dind
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment