Skip to content

Commit 5086321

Browse files
committed
BUILD/MINOR: ci: raise docker version used in ci
1 parent 90f9d1b commit 5086321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ docker-build:
9292
- if: $CI_PIPELINE_SOURCE == 'push'
9393
image: $CI_REGISTRY_GO/docker:stable-go1.19
9494
services:
95-
- name: $CI_REGISTRY_GO/docker:18.09.7-dind
95+
- name: $CI_REGISTRY_GO/docker:20.10-dind
9696
alias: docker
9797
tags:
9898
- go
@@ -151,7 +151,7 @@ docker-build-sch:
151151
- if: $CI_PIPELINE_SOURCE == 'push'
152152
image: $CI_REGISTRY_GO/docker:stable-go1.19
153153
services:
154-
- name: $CI_REGISTRY_GO/docker:18.09.7-dind
154+
- name: $CI_REGISTRY_GO/docker:20.10-dind
155155
alias: docker
156156
tags:
157157
- go

0 commit comments

Comments
 (0)