Skip to content
Snippets Groups Projects
Commit af424e12 authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(deps): update docker docker tag to v24

parent 8f573ba4
No related branches found
No related tags found
No related merge requests found
Pipeline #60393 passed
...@@ -62,9 +62,9 @@ import-convert-assets: ...@@ -62,9 +62,9 @@ import-convert-assets:
when: manual when: manual
build-dev-master: build-dev-master:
image: docker:18.09 image: docker:24.0
services: services:
- docker:18.09-dind - docker:24.0-dind
stage: build stage: build
script: script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
...@@ -75,9 +75,9 @@ build-dev-master: ...@@ -75,9 +75,9 @@ build-dev-master:
- master - master
build-mr: build-mr:
image: docker:18.09 image: docker:24.0
services: services:
- docker:18.09-dind - docker:24.0-dind
stage: build stage: build
script: script:
- docker build . - docker build .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment