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

Merge branch 'renovate/docker-20.x' into 'develop'

RenovateBot: Update docker Docker tag to v20.10.18

See merge request !715
parents db9a55e4 88f06ec2
No related branches found
No related tags found
2 merge requests!715RenovateBot: Update docker Docker tag to v20.10.18,!7051.8.5 Release
Pipeline #109090 failed
......@@ -27,13 +27,13 @@ cache:
# Runnning E2E Test using docker compose and cypress
e2e_test:
image: docker:20.10.17
image: docker:20.10.18
stage: test
tags:
- mat-web-runner
retry: 2
services:
- docker:20.10.17-dind
- docker:20.10.18-dind
variables:
DOCKER_TLS_CERTDIR: "/certs"
before_script:
......@@ -77,7 +77,7 @@ build_frontend_with_placeholder_url:
# Publish the container in the registry
.container-build-template: &container-build-template
image: docker:20.10.17
image: docker:20.10.18
tags:
- mat-web-runner
cache:
......@@ -85,7 +85,7 @@ build_frontend_with_placeholder_url:
paths:
- node_modules/
services:
- docker:20.10.17-dind
- docker:20.10.18-dind
variables:
DOCKER_TLS_CERTDIR: "/certs"
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