Skip to content
Snippets Groups Projects

RenovateBot: Update docker Docker tag to v20.10.19

Merged Matweb Bot requested to merge renovate/docker-20.x into develop
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -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.18
image: docker:20.10.19
stage: test
stage: test
tags:
tags:
- mat-web-runner
- mat-web-runner
retry: 2
retry: 2
services:
services:
- docker:20.10.18-dind
- docker:20.10.19-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.18
image: docker:20.10.19
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.18-dind
- docker:20.10.19-dind
variables:
variables:
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_TLS_CERTDIR: "/certs"
before_script:
before_script:
Loading