Skip to content

Commit

Permalink
ci: bump docker and docker-dind to 20.10.20 for gitlab (#5045)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg authored Nov 2, 2022
1 parent 1443b6f commit e74c41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e74c41b

Please sign in to comment.