Update dependency docker to v20 (#9)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit was merged in pull request #9.
This commit is contained in:
renovate[bot]
2022-04-13 19:35:55 +01:00
committed by GitHub
parent 1aba5c038c
commit be0d38db70

View File

@@ -13,9 +13,9 @@ build-docker:
stage: build
only:
- tags
image: docker:19.03.15
image: docker:20.10.14
services:
- docker:19.03.15-dind
- docker:20.10.14-dind
variables:
IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
script: