Skip to content
Snippets Groups Projects
Commit ed2539e4 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

cicd: updated Docker to 23.0

parent 451ecbb6
No related branches found
No related tags found
1 merge request!80MEP 2.5: fix 13 digits PDL
Pipeline #64876 passed
......@@ -62,9 +62,9 @@ import-convert-assets:
when: manual
build-dev-master:
image: docker:18.09
image: docker:23.0
services:
- docker:18.09-dind
- docker:23.0-dind
stage: build
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......@@ -75,9 +75,9 @@ build-dev-master:
- master
build-mr:
image: docker:18.09
image: docker:23.0
services:
- docker:18.09-dind
- docker:23.0-dind
stage: build
script:
- docker build .
......
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