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

RenovateBot: Update docker Docker tag to v23.0.5

parent 94fb0402
No related branches found
No related tags found
3 merge requests!1285v1.8.6,!1033Seccomp Update,!861RenovateBot: Update docker Docker tag to v23.0.5
Pipeline #140923 passed
......@@ -27,13 +27,13 @@ cache:
# Runnning E2E Test using docker compose and cypress
e2e_test:
image: docker:23.0.4
image: docker:23.0.5
stage: test
tags:
- mat-web-runner
retry: 2
services:
- docker:23.0.4-dind
- docker:23.0.5-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:23.0.4
image: docker:23.0.5
tags:
- mat-web-runner
cache:
......@@ -85,7 +85,7 @@ build_frontend_with_placeholder_url:
paths:
- node_modules/
services:
- docker:23.0.4-dind
- docker:23.0.5-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