ci: bump docker and docker-dind to 20.10.20 for gitlab (#5045)

This commit is contained in:
Kittywhiskers Van Gogh 2022-11-02 20:58:18 +05:30 committed by GitHub
parent 1443b6fd31
commit e74c41bf80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,9 @@ stages:
builder-image:
stage: builder-image
image: docker:19.03.5
image: docker:20.10.20
services:
- name: docker:19.03.5-dind
- name: docker:20.10.20-dind
command: ["--tls=false"]
variables:
DOCKER_HOST: "tcp://docker:2375"