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

chore(deps): update docker docker tag to v24

parent d7477c5d
No related branches found
No related tags found
No related merge requests found
Pipeline #72771 passed
......@@ -62,9 +62,9 @@ import-convert-assets:
when: manual
build-dev-master:
image: docker:23.0
image: docker:24.0
services:
- docker:23.0-dind
- docker:24.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:23.0
image: docker:24.0
services:
- docker:23.0-dind
- docker:24.0-dind
stage: build
script:
- docker build .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment