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: ...@@ -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:20.10.17 image: docker:20.10.18
stage: test stage: test
tags: tags:
- mat-web-runner - mat-web-runner
retry: 2 retry: 2
services: services:
- docker:20.10.17-dind - docker:20.10.18-dind
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
before_script: before_script:
...@@ -77,7 +77,7 @@ build_frontend_with_placeholder_url: ...@@ -77,7 +77,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:20.10.17 image: docker:20.10.18
tags: tags:
- mat-web-runner - mat-web-runner
cache: cache:
...@@ -85,7 +85,7 @@ build_frontend_with_placeholder_url: ...@@ -85,7 +85,7 @@ build_frontend_with_placeholder_url:
paths: paths:
- node_modules/ - node_modules/
services: services:
- docker:20.10.17-dind - docker:20.10.18-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